#519DB9

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

Shades of Shakespeare #519DB9

Tints of Shakespeare #519DB9

Color information

#519DB9 (or 0x519DB9) is unknown color: approx Shakespeare. HEX triplet: 51, 9D and B9. RGB value is (81,157,185). Sum of RGB (Red+Green+Blue) = 81+157+185=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #519DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DB9 is #AE6246. Grayscale: #898989. Windows color (decimal): -11428423 or 12164433. OLE color: 12164433.

HSL color Cylindrical-coordinate representation of color #519DB9: hue angle of 196.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519DB9 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81157185-
CMYK0.560.1500.27
HSL196.15º42.62%52.16%-
HSV(B)196.15º56.22%72.55%-
XYZ24.2129.3750.29-
YUV137.47154.8287.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 185 (72.66% from 255) = 43.74%
R=19.15%
G=37.12%
B=43.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811571850.560.1500.27196.1542.6252.16
Hex519DB938F01Bc42b34
Octal12123527170170333045364
Binary10100011001110110111001111000111101101111000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,157,185); }

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

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

 a { background-color: rgb(81,157,185); }

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

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

 span { border-color: rgb(81,157,185); }

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