#519DA9

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

Shades of Cadet Blue #519DA9

Tints of Cadet Blue #519DA9

Color information

#519DA9 (or 0x519DA9) is unknown color: approx Cadet Blue. HEX triplet: 51, 9D and A9. RGB value is (81,157,169). Sum of RGB (Red+Green+Blue) = 81+157+169=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #519DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DA9 is #AE6256. Grayscale: #878787. Windows color (decimal): -11428439 or 11115857. OLE color: 11115857.

HSL color Cylindrical-coordinate representation of color #519DA9: hue angle of 188.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #519DA9 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB81157169-
CMYK0.520.0700.34
HSL188.18º35.2%49.02%-
HSV(B)188.18º52.07%66.27%-
XYZ22.6128.7341.89-
YUV135.64146.8289.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 169 (66.41% from 255) = 41.52%
R=19.90%
G=38.57%
B=41.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal811571690.520.0700.34188.1835.249.02
Hex519DA9347022bc2331
Octal1212352516470422744361
Binary10100011001110110101001110100111010001010111100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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