#519DAA

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

Shades of Cadet Blue #519DAA

Tints of Cadet Blue #519DAA

Color information

#519DAA (or 0x519DAA) is unknown color: approx Cadet Blue. HEX triplet: 51, 9D and AA. RGB value is (81,157,170). Sum of RGB (Red+Green+Blue) = 81+157+170=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #519DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DAA is #AE6255. Grayscale: #878787. Windows color (decimal): -11428438 or 11181393. OLE color: 11181393.

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

Color convert

RGB81157170-
CMYK0.520.0800.33
HSL188.76º35.46%49.22%-
HSV(B)188.76º52.35%66.67%-
XYZ22.7128.7742.39-
YUV135.76147.3288.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=19.85%
G=38.48%
B=41.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811571700.520.0800.33188.7635.4649.22
Hex519DAA348021bd2331
Octal12123525264100412754361
Binary101000110011101101010101101001000010000110111101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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