#519D9C

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

Shades of Cadet Blue #519D9C

Tints of Cadet Blue #519D9C

Color information

#519D9C (or 0x519D9C) is unknown color: approx Cadet Blue. HEX triplet: 51, 9D and 9C. RGB value is (81,157,156). Sum of RGB (Red+Green+Blue) = 81+157+156=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #519D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519D9C is #AE6263. Grayscale: #868686. Windows color (decimal): -11428452 or 10263889. OLE color: 10263889.

HSL color Cylindrical-coordinate representation of color #519D9C: hue angle of 179.21º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D9C is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB81157156-
CMYK0.4800.010.38
HSL179.21º31.93%46.67%-
HSV(B)179.21º48.41%61.57%-
XYZ21.4528.2635.78-
YUV134.16140.3290.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.56%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=20.56%
G=39.85%
B=39.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811571560.4800.010.38179.2131.9346.67
Hex519D9C300126b3202f
Octal1212352346001462634057
Binary101000110011101100111001100000110011010110011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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