#539F9A

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

Shades of Cadet Blue #539F9A

Tints of Cadet Blue #539F9A

Color information

#539F9A (or 0x539F9A) is unknown color: approx Cadet Blue. HEX triplet: 53, 9F and 9A. RGB value is (83,159,154). Sum of RGB (Red+Green+Blue) = 83+159+154=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #539F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F9A is #AC6065. Grayscale: #878787. Windows color (decimal): -11296870 or 10133331. OLE color: 10133331.

HSL color Cylindrical-coordinate representation of color #539F9A: hue angle of 176.05º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F9A is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB83159154-
CMYK0.4800.030.38
HSL176.05º31.4%47.45%-
HSV(B)176.05º47.8%62.35%-
XYZ21.828.9735.01-
YUV135.71138.3290.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=20.96%
G=40.15%
B=38.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591540.4800.030.38176.0531.447.45
Hex539F9A300326b01f2f
Octal1232372326003462603757
Binary101001110011111100110101100000111001101011000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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