#53A3AD

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

Shades of Cadet Blue #53A3AD

Tints of Cadet Blue #53A3AD

Color information

#53A3AD (or 0x53A3AD) is unknown color: approx Cadet Blue. HEX triplet: 53, A3 and AD. RGB value is (83,163,173). Sum of RGB (Red+Green+Blue) = 83+163+173=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #53A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A3AD is #AC5C52. Grayscale: #8C8C8C. Windows color (decimal): -11295827 or 11379539. OLE color: 11379539.

HSL color Cylindrical-coordinate representation of color #53A3AD: hue angle of 186.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A3AD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83163173-
CMYK0.520.0600.32
HSL186.67º35.43%50.2%-
HSV(B)186.67º52.02%67.84%-
XYZ24.2131.0544.25-
YUV140.22146.587.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=19.81%
G=38.90%
B=41.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831631730.520.0600.32186.6735.4350.2
Hex53A3AD346020bb2332
Octal1232432556460402734362
Binary10100111010001110101101110100110010000010111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,163,173); }

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

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

 a { background-color: rgb(83,163,173); }

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

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

 span { border-color: rgb(83,163,173); }

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