#519CAF

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

Shades of Shakespeare #519CAF

Tints of Shakespeare #519CAF

Color information

#519CAF (or 0x519CAF) is unknown color: approx Shakespeare. HEX triplet: 51, 9C and AF. RGB value is (81,156,175). Sum of RGB (Red+Green+Blue) = 81+156+175=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #519CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519CAF is #AE6350. Grayscale: #878787. Windows color (decimal): -11428689 or 11508817. OLE color: 11508817.

HSL color Cylindrical-coordinate representation of color #519CAF: hue angle of 192.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #519CAF is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81156175-
CMYK0.540.1100.31
HSL192.13º37.01%50.2%-
HSV(B)192.13º53.71%68.63%-
XYZ23.0228.6244.87-
YUV135.74150.1588.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=19.66%
G=37.86%
B=42.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811561750.540.1100.31192.1337.0150.2
Hex519CAF36B01Fc02532
Octal12123425766130373004562
Binary10100011001110010101111110110101101111111000000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,156,175); }

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

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

 a { background-color: rgb(81,156,175); }

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

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

 span { border-color: rgb(81,156,175); }

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