#539C9F

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

Shades of Cadet Blue #539C9F

Tints of Cadet Blue #539C9F

Color information

#539C9F (or 0x539C9F) is unknown color: approx Cadet Blue. HEX triplet: 53, 9C and 9F. RGB value is (83,156,159). Sum of RGB (Red+Green+Blue) = 83+156+159=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #539C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C9F is #AC6360. Grayscale: #868686. Windows color (decimal): -11297633 or 10460243. OLE color: 10460243.

HSL color Cylindrical-coordinate representation of color #539C9F: hue angle of 182.37º 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 #539C9F is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83156159-
CMYK0.480.0200.38
HSL182.37º31.4%47.45%-
HSV(B)182.37º47.8%62.35%-
XYZ21.7128.1237.08-
YUV134.51141.8291.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=20.85%
G=39.20%
B=39.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831561590.480.0200.38182.3731.447.45
Hex539C9F302026b61f2f
Octal1232342376020462663757
Binary101001110011100100111111100001001001101011011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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