Html Css Color HEX #53A1AE Cadet Blue

📋 copy color: '#53A1AE'

red 83 ◦ green 161 ◦ blue 174

#53A1AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #53A1AE

Tints of Cadet Blue #53A1AE

RGB

 RED value IS 83 (32.81% from 255) = 19.86%

 GREEN value IS 161 (63.28% from 255) = 38.52%

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 19.86%
G = 38.52%
B = 41.63%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#53A1AE (or 0x53A1AE) is known color: Cadet Blue. HEX triplet: 53, A1 and AE. RGB value is (83,161,174). Sum of RGB (Red+Green+Blue) = 83+161+174=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #53A1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A1AE is #AC5E51. Grayscale: #8B8B8B. Windows color (decimal): -11296338 or 11444563. OLE color: 11444563.

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

Color convert

RGB 83 161 174 -
CMYK 0.52 0.07 0 0.32
HSL 188.57º 0.36% 0.5% -
HSV(B) 188.57º 0.52% 0.68% -
XYZ 23.95 30.38 44.65 -
YUV 139.16 147.66 87.94 -
System Red Green Blue C M Y K H S L
Decimal 83 161 174 0.52 0.07 0 0.32 188.57 0.36 0.5
Hex 53 A1 AE 34 7 0 20 BD 24 32
Octal 123 241 256 64 7 0 40 275 44 62
Binary 1010011 10100001 10101110 110100 111 0 100000 10111101 100100 110010

Color Harmonies of #53A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A1AE

Black with #53A1AE

Text Example


Text Example

White with #53A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53A1AE;
 }
 .AnyTagClassName
 {
   color: #53A1AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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