#519AA7

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

Shades of Cadet Blue #519AA7

Tints of Cadet Blue #519AA7

Color information

#519AA7 (or 0x519AA7) is unknown color: approx Cadet Blue. HEX triplet: 51, 9A and A7. RGB value is (81,154,167). Sum of RGB (Red+Green+Blue) = 81+154+167=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #519AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AA7 is #AE6558. Grayscale: #858585. Windows color (decimal): -11429209 or 10984017. OLE color: 10984017.

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

Color convert

RGB81154167-
CMYK0.510.0800.35
HSL189.07º34.68%48.63%-
HSV(B)189.07º51.5%65.49%-
XYZ21.9227.6540.74-
YUV133.66146.8290.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 167 (65.62% from 255) = 41.54%
R=20.15%
G=38.31%
B=41.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal811541670.510.0800.35189.0734.6848.63
Hex519AA7338023bd2331
Octal12123224763100432754361
Binary101000110011010101001111100111000010001110111101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,154,167); }

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

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

 a { background-color: rgb(81,154,167); }

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

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

 span { border-color: rgb(81,154,167); }

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