#519c9c

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

Shades of Cadet Blue #519C9C

Tints of Cadet Blue #519C9C

Color information

#519C9C (or 0x519C9C) is unknown color: approx Cadet Blue. HEX triplet: 51, 9C and 9C. RGB value is (81,156,156). Sum of RGB (Red+Green+Blue) = 81+156+156=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #519C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519C9C is #AE6363. Grayscale: #858585. Windows color (decimal): -11428708 or 10263633. OLE color: 10263633.

HSL color Cylindrical-coordinate representation of color #519C9C: hue angle of 180º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C9C is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81156156-
CMYK0.48000.39
HSL180º31.65%46.47%-
HSV(B)180º48.08%61.18%-
XYZ21.2827.9335.72-
YUV133.57140.6590.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.61%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=20.61%
G=39.69%
B=39.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811561560.48000.3918031.6546.47
Hex519C9C300027b4202e
Octal1212342346000472644056
Binary101000110011100100111001100000010011110110100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519c9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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