#519F9C

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

Shades of Cadet Blue #519F9C

Tints of Cadet Blue #519F9C

Color information

#519F9C (or 0x519F9C) is unknown color: approx Cadet Blue. HEX triplet: 51, 9F and 9C. RGB value is (81,159,156). Sum of RGB (Red+Green+Blue) = 81+159+156=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #519F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519F9C is #AE6063. Grayscale: #878787. Windows color (decimal): -11427940 or 10264401. OLE color: 10264401.

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

Color convert

RGB81159156-
CMYK0.4900.020.38
HSL177.69º32.5%47.06%-
HSV(B)177.69º49.06%62.35%-
XYZ21.7928.9535.89-
YUV135.34139.6689.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.45%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=20.45%
G=40.15%
B=39.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811591560.4900.020.38177.6932.547.06
Hex519F9C310226b2202f
Octal1212372346102462624057
Binary1010001100111111001110011000101010011010110010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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