#539EA4

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

Shades of Cadet Blue #539EA4

Tints of Cadet Blue #539EA4

Color information

#539EA4 (or 0x539EA4) is unknown color: approx Cadet Blue. HEX triplet: 53, 9E and A4. RGB value is (83,158,164). Sum of RGB (Red+Green+Blue) = 83+158+164=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #539EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539EA4 is #AC615B. Grayscale: #888888. Windows color (decimal): -11297116 or 10788435. OLE color: 10788435.

HSL color Cylindrical-coordinate representation of color #539EA4: hue angle of 184.44º 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 #539EA4 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB83158164-
CMYK0.490.0400.36
HSL184.44º32.79%48.43%-
HSV(B)184.44º49.39%64.31%-
XYZ22.4928.9739.53-
YUV136.26143.6590.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=20.49%
G=39.01%
B=40.49%

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
Decimal831581640.490.0400.36184.4432.7948.43
Hex539EA4314024b82130
Octal1232362446140442704160
Binary10100111001111010100100110001100010010010111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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