#539A9D

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

Shades of Cadet Blue #539A9D

Tints of Cadet Blue #539A9D

Color information

#539A9D (or 0x539A9D) is unknown color: approx Cadet Blue. HEX triplet: 53, 9A and 9D. RGB value is (83,154,157). Sum of RGB (Red+Green+Blue) = 83+154+157=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #539A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A9D is #AC6562. Grayscale: #858585. Windows color (decimal): -11298147 or 10328659. OLE color: 10328659.

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

Color convert

RGB83154157-
CMYK0.470.0200.38
HSL182.43º30.83%47.06%-
HSV(B)182.43º47.13%61.57%-
XYZ21.2127.3836.07-
YUV133.11141.4892.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 154 (60.55% from 255) = 39.09%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=21.07%
G=39.09%
B=39.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831541570.470.0200.38182.4330.8347.06
Hex539A9D2F2026b61f2f
Octal1232322355720462663757
Binary101001110011010100111011011111001001101011011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,157); }

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

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

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

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

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

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

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