#539EAB

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

Shades of Cadet Blue #539EAB

Tints of Cadet Blue #539EAB

Color information

#539EAB (or 0x539EAB) is unknown color: approx Cadet Blue. HEX triplet: 53, 9E and AB. RGB value is (83,158,171). Sum of RGB (Red+Green+Blue) = 83+158+171=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #539EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539EAB is #AC6154. Grayscale: #888888. Windows color (decimal): -11297109 or 11247187. OLE color: 11247187.

HSL color Cylindrical-coordinate representation of color #539EAB: hue angle of 188.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #539EAB is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83158171-
CMYK0.510.0800.33
HSL188.86º34.65%49.8%-
HSV(B)188.86º51.46%67.06%-
XYZ23.1429.2342.95-
YUV137.06147.1589.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.15%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=20.15%
G=38.35%
B=41.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831581710.510.0800.33188.8634.6549.8
Hex539EAB338021bd2332
Octal12323625363100412754362
Binary101001110011110101010111100111000010000110111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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