#519BAA

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

Shades of Cadet Blue #519BAA

Tints of Cadet Blue #519BAA

Color information

#519BAA (or 0x519BAA) is unknown color: approx Cadet Blue. HEX triplet: 51, 9B and AA. RGB value is (81,155,170). Sum of RGB (Red+Green+Blue) = 81+155+170=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #519BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BAA is #AE6455. Grayscale: #868686. Windows color (decimal): -11428950 or 11180881. OLE color: 11180881.

HSL color Cylindrical-coordinate representation of color #519BAA: hue angle of 190.11º 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 #519BAA is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81155170-
CMYK0.520.0900.33
HSL190.11º35.46%49.22%-
HSV(B)190.11º52.35%66.67%-
XYZ22.3728.0942.27-
YUV134.58147.9889.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.95%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=19.95%
G=38.18%
B=41.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811551700.520.0900.33190.1135.4649.22
Hex519BAA349021be2331
Octal12123325264110412764361
Binary101000110011011101010101101001001010000110111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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