#519DBD

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

Shades of Shakespeare #519DBD

Tints of Shakespeare #519DBD

Color information

#519DBD (or 0x519DBD) is unknown color: approx Shakespeare. HEX triplet: 51, 9D and BD. RGB value is (81,157,189). Sum of RGB (Red+Green+Blue) = 81+157+189=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #519DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DBD is #AE6242. Grayscale: #898989. Windows color (decimal): -11428419 or 12426577. OLE color: 12426577.

HSL color Cylindrical-coordinate representation of color #519DBD: hue angle of 197.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #519DBD is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81157189-
CMYK0.570.1700.26
HSL197.78º45%52.94%-
HSV(B)197.78º57.14%74.12%-
XYZ24.6429.5452.55-
YUV137.92156.8287.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=18.97%
G=36.77%
B=44.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811571890.570.1700.26197.784552.94
Hex519DBD391101Ac62d35
Octal12123527571210323065565
Binary101000110011101101111011110011000101101011000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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