#519BB5

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

Shades of Shakespeare #519BB5

Tints of Shakespeare #519BB5

Color information

#519BB5 (or 0x519BB5) is unknown color: approx Shakespeare. HEX triplet: 51, 9B and B5. RGB value is (81,155,181). Sum of RGB (Red+Green+Blue) = 81+155+181=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 181 - color contains mainly: blue. Hex color #519BB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BB5 is #AE644A. Grayscale: #878787. Windows color (decimal): -11428939 or 11901777. OLE color: 11901777.

HSL color Cylindrical-coordinate representation of color #519BB5: hue angle of 195.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #519BB5 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81155181-
CMYK0.550.1400.29
HSL195.6º40.32%51.37%-
HSV(B)195.6º55.25%70.98%-
XYZ23.4628.5347.99-
YUV135.84153.4888.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.42%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=19.42%
G=37.17%
B=43.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811551810.550.1400.29195.640.3251.37
Hex519BB537E01Dc42833
Octal12123326567160353045063
Binary10100011001101110110101110111111001110111000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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