#519FAE

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

Shades of Cadet Blue #519FAE

Tints of Cadet Blue #519FAE

Color information

#519FAE (or 0x519FAE) is unknown color: approx Cadet Blue. HEX triplet: 51, 9F and AE. RGB value is (81,159,174). Sum of RGB (Red+Green+Blue) = 81+159+174=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #519FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FAE is #AE6051. Grayscale: #898989. Windows color (decimal): -11427922 or 11444049. OLE color: 11444049.

HSL color Cylindrical-coordinate representation of color #519FAE: hue angle of 189.68º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519FAE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81159174-
CMYK0.530.0900.32
HSL189.68º36.47%50%-
HSV(B)189.68º53.45%68.24%-
XYZ23.4329.644.52-
YUV137.39148.6687.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.57%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=19.57%
G=38.41%
B=42.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811591740.530.0900.32189.6836.4750
Hex519FAE359020be2432
Octal12123725665110402764462
Binary101000110011111101011101101011001010000010111110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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