#539DA4

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

Shades of Cadet Blue #539DA4

Tints of Cadet Blue #539DA4

Color information

#539DA4 (or 0x539DA4) is unknown color: approx Cadet Blue. HEX triplet: 53, 9D and A4. RGB value is (83,157,164). Sum of RGB (Red+Green+Blue) = 83+157+164=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #539DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539DA4 is #AC625B. Grayscale: #878787. Windows color (decimal): -11297372 or 10788179. OLE color: 10788179.

HSL color Cylindrical-coordinate representation of color #539DA4: hue angle of 185.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #539DA4 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB83157164-
CMYK0.490.0400.36
HSL185.19º32.79%48.43%-
HSV(B)185.19º49.39%64.31%-
XYZ22.3328.6339.47-
YUV135.67143.9890.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.54%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 164 (64.45% from 255) = 40.59%
R=20.54%
G=38.86%
B=40.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831571640.490.0400.36185.1932.7948.43
Hex539DA4314024b92130
Octal1232352446140442714160
Binary10100111001110110100100110001100010010010111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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