#519EA2

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

Shades of Cadet Blue #519EA2

Tints of Cadet Blue #519EA2

Color information

#519EA2 (or 0x519EA2) is unknown color: approx Cadet Blue. HEX triplet: 51, 9E and A2. RGB value is (81,158,162). Sum of RGB (Red+Green+Blue) = 81+158+162=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #519EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EA2 is #AE615D. Grayscale: #878787. Windows color (decimal): -11428190 or 10657361. OLE color: 10657361.

HSL color Cylindrical-coordinate representation of color #519EA2: hue angle of 182.96º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #519EA2 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81158162-
CMYK0.500.0200.36
HSL182.96º33.33%47.65%-
HSV(B)182.96º50%63.53%-
XYZ22.1428.8138.58-
YUV135.43142.9989.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.20%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 162 (63.67% from 255) = 40.40%
R=20.20%
G=39.40%
B=40.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811581620.500.0200.36182.9633.3347.65
Hex519EA2322024b72130
Octal1212362426220442674160
Binary1010001100111101010001011001010010010010110111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,158,162); }

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

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

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

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

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

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

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