#539AAA

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

Shades of Cadet Blue #539AAA

Tints of Cadet Blue #539AAA

Color information

#539AAA (or 0x539AAA) is unknown color: approx Cadet Blue. HEX triplet: 53, 9A and AA. RGB value is (83,154,170). Sum of RGB (Red+Green+Blue) = 83+154+170=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #539AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539AAA is #AC6555. Grayscale: #868686. Windows color (decimal): -11298134 or 11180627. OLE color: 11180627.

HSL color Cylindrical-coordinate representation of color #539AAA: hue angle of 191.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539AAA is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83154170-
CMYK0.510.0900.33
HSL191.03º34.39%49.61%-
HSV(B)191.03º51.18%66.67%-
XYZ22.3827.8542.23-
YUV134.6147.9891.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=20.39%
G=37.84%
B=41.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831541700.510.0900.33191.0334.3949.61
Hex539AAA339021bf2232
Octal12323225263110412774262
Binary101001110011010101010101100111001010000110111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539AAA; }

 p { color: rgb(83,154,170); }

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

<style>
 a { background-color: #539AAA; }

 a { background-color: rgb(83,154,170); }

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

<style>
 span { border-color: #539AAA; }

 span { border-color: rgb(83,154,170); }

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