#53A4AE

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

Shades of Cadet Blue #53A4AE

Tints of Cadet Blue #53A4AE

Color information

#53A4AE (or 0x53A4AE) is unknown color: approx Cadet Blue. HEX triplet: 53, A4 and AE. RGB value is (83,164,174). Sum of RGB (Red+Green+Blue) = 83+164+174=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #53A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A4AE is #AC5B51. Grayscale: #8C8C8C. Windows color (decimal): -11295570 or 11445331. OLE color: 11445331.

HSL color Cylindrical-coordinate representation of color #53A4AE: hue angle of 186.59º degrees, saturation: 0.36, 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 #53A4AE is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83164174-
CMYK0.520.0600.32
HSL186.59º35.97%50.39%-
HSV(B)186.59º52.3%68.24%-
XYZ24.4831.4544.82-
YUV140.92146.6686.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.71%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=19.71%
G=38.95%
B=41.33%

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
Decimal831641740.520.0600.32186.5935.9750.39
Hex53A4AE346020bb2432
Octal1232442566460402734462
Binary10100111010010010101110110100110010000010111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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