#539E9B

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

Shades of Cadet Blue #539E9B

Tints of Cadet Blue #539E9B

Color information

#539E9B (or 0x539E9B) is unknown color: approx Cadet Blue. HEX triplet: 53, 9E and 9B. RGB value is (83,158,155). Sum of RGB (Red+Green+Blue) = 83+158+155=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #539E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539E9B is #AC6164. Grayscale: #878787. Windows color (decimal): -11297125 or 10198611. OLE color: 10198611.

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

Color convert

RGB83158155-
CMYK0.4700.020.38
HSL177.6º31.12%47.25%-
HSV(B)177.6º47.47%61.96%-
XYZ21.7128.6635.4-
YUV135.23139.1590.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.96%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=20.96%
G=39.90%
B=39.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831581550.4700.020.38177.631.1247.25
Hex539E9B2F0226b21f2f
Octal1232362335702462623757
Binary101001110011110100110111011110101001101011001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,158,155); }

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

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

 a { background-color: rgb(83,158,155); }

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

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

 span { border-color: rgb(83,158,155); }

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