#539C9B

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

Shades of Cadet Blue #539C9B

Tints of Cadet Blue #539C9B

Color information

#539C9B (or 0x539C9B) is unknown color: approx Cadet Blue. HEX triplet: 53, 9C and 9B. RGB value is (83,156,155). Sum of RGB (Red+Green+Blue) = 83+156+155=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #539C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C9B is #AC6364. Grayscale: #858585. Windows color (decimal): -11297637 or 10198099. OLE color: 10198099.

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

Color convert

RGB83156155-
CMYK0.4700.010.39
HSL179.18º30.54%46.86%-
HSV(B)179.18º46.79%61.18%-
XYZ21.3727.9835.29-
YUV134.06139.8291.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=21.07%
G=39.59%
B=39.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831561550.4700.010.39179.1830.5446.86
Hex539C9B2F0127b31f2f
Octal1232342335701472633757
Binary10100111001110010011011101111011001111011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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