#519DAF

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

Shades of Shakespeare #519DAF

Tints of Shakespeare #519DAF

Color information

#519DAF (or 0x519DAF) is unknown color: approx Shakespeare. HEX triplet: 51, 9D and AF. RGB value is (81,157,175). Sum of RGB (Red+Green+Blue) = 81+157+175=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #519DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DAF is #AE6250. Grayscale: #888888. Windows color (decimal): -11428433 or 11509073. OLE color: 11509073.

HSL color Cylindrical-coordinate representation of color #519DAF: hue angle of 191.49º 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 #519DAF is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81157175-
CMYK0.540.1000.31
HSL191.49º37.01%50.2%-
HSV(B)191.49º53.71%68.63%-
XYZ23.1928.9644.92-
YUV136.33149.8288.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 157 (61.72% from 255) = 38.01%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=19.61%
G=38.01%
B=42.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811571750.540.1000.31191.4937.0150.2
Hex519DAF36A01Fbf2532
Octal12123525766120372774562
Binary10100011001110110101111110110101001111110111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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