#539C9C

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

Shades of Cadet Blue #539C9C

Tints of Cadet Blue #539C9C

Color information

#539C9C (or 0x539C9C) is unknown color: approx Cadet Blue. HEX triplet: 53, 9C and 9C. RGB value is (83,156,156). Sum of RGB (Red+Green+Blue) = 83+156+156=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #539C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C9C is #AC6363. Grayscale: #868686. Windows color (decimal): -11297636 or 10263635. OLE color: 10263635.

HSL color Cylindrical-coordinate representation of color #539C9C: hue angle of 180º 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 #539C9C is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83156156-
CMYK0.47000.39
HSL180º30.54%46.86%-
HSV(B)180º46.79%61.18%-
XYZ21.4628.0235.73-
YUV134.17140.3291.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=21.01%
G=39.49%
B=39.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831561560.47000.3918030.5446.86
Hex539C9C2F0027b41f2f
Octal1232342345700472643757
Binary10100111001110010011100101111001001111011010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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