#539B9C

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

Shades of Cadet Blue #539B9C

Tints of Cadet Blue #539B9C

Color information

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

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

Color convert

RGB83155156-
CMYK0.470.0100.39
HSL180.82º30.54%46.86%-
HSV(B)180.82º46.79%61.18%-
XYZ21.2927.6835.67-
YUV133.59140.6591.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551560.470.0100.39180.8230.5446.86
Hex539B9C2F1027b51f2f
Octal1232332345710472653757
Binary10100111001101110011100101111101001111011010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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