#53A1AB

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

Shades of Cadet Blue #53A1AB

Tints of Cadet Blue #53A1AB

Color information

#53A1AB (or 0x53A1AB) is unknown color: approx Cadet Blue. HEX triplet: 53, A1 and AB. RGB value is (83,161,171). Sum of RGB (Red+Green+Blue) = 83+161+171=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #53A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A1AB is #AC5E54. Grayscale: #8A8A8A. Windows color (decimal): -11296341 or 11247955. OLE color: 11247955.

HSL color Cylindrical-coordinate representation of color #53A1AB: hue angle of 186.82º 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 #53A1AB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83161171-
CMYK0.510.0600.33
HSL186.82º34.65%49.8%-
HSV(B)186.82º51.46%67.06%-
XYZ23.6630.2743.12-
YUV138.82146.1688.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=20%
G=38.80%
B=41.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831611710.510.0600.33186.8234.6549.8
Hex53A1AB336021bb2332
Octal1232412536360412734362
Binary10100111010000110101011110011110010000110111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A1AB; }

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

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

<style>
 a { background-color: #53A1AB; }

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

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

<style>
 span { border-color: #53A1AB; }

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

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