#539F9F

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

Shades of Cadet Blue #539F9F

Tints of Cadet Blue #539F9F

Color information

#539F9F (or 0x539F9F) is unknown color: approx Cadet Blue. HEX triplet: 53, 9F and 9F. RGB value is (83,159,159). Sum of RGB (Red+Green+Blue) = 83+159+159=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #539F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F9F is #AC6060. Grayscale: #888888. Windows color (decimal): -11296865 or 10461011. OLE color: 10461011.

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

Color convert

RGB83159159-
CMYK0.48000.38
HSL180º31.4%47.45%-
HSV(B)180º47.8%62.35%-
XYZ22.2229.1437.25-
YUV136.28140.8290-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=20.70%
G=39.65%
B=39.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591590.48000.3818031.447.45
Hex539F9F300026b41f2f
Octal1232372376000462643757
Binary10100111001111110011111110000001001101011010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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