#519BC2

Color #519BC2 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #519BC2

Tints of Shakespeare #519BC2

Color information

#519BC2 (or 0x519BC2) is unknown color: approx Shakespeare. HEX triplet: 51, 9B and C2. RGB value is (81,155,194). Sum of RGB (Red+Green+Blue) = 81+155+194=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #519BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BC2 is #AE643D. Grayscale: #898989. Windows color (decimal): -11428926 or 12753745. OLE color: 12753745.

HSL color Cylindrical-coordinate representation of color #519BC2: hue angle of 200.71º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519BC2 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81155194-
CMYK0.580.2000.24
HSL200.71º48.09%53.92%-
HSV(B)200.71º58.25%76.08%-
XYZ24.8529.0955.34-
YUV137.32159.9887.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 18.84%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 194 (76.17% from 255) = 45.12%
R=18.84%
G=36.05%
B=45.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811551940.580.2000.24200.7148.0953.92
Hex519BC23A14018c93036
Octal12123330272240303116066
Binary101000110011011110000101110101010001100011001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519BC2; }

 p { color: rgb(81,155,194); }

 H1.HeaderClassName
 {
   color: #519BC2;
 }
 .AnyTagClassName
 {
   color: #519BC2;
 }
</style>
background-color css

<style>
 a { background-color: #519BC2; }

 a { background-color: rgb(81,155,194); }

 div.DivClassName
 {
   background-color: #519BC2;
 }
 .BgClassName
 {
   background-color: #519BC2;
 }
</style>
border-color css

<style>
 span { border-color: #519BC2; }

 span { border-color: rgb(81,155,194); }

 td.TdClassName
 {
   border-color: #519BC2;
 }
 .TagClassName
 {
   border-color: #519BC2;
 }
</style>