Html Css Color HEX #53A1A4 Cadet Blue

📋 copy color: '#53A1A4'

red 83 ◦ green 161 ◦ blue 164

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

Shades of Cadet Blue #53A1A4

Tints of Cadet Blue #53A1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 20.34%
G = 39.46%
B = 40.2%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#53A1A4 (or 0x53A1A4) is known color: Cadet Blue. HEX triplet: 53, A1 and A4. RGB value is (83,161,164). Sum of RGB (Red+Green+Blue) = 83+161+164=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #53A1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A1A4 is #AC5E5B. Grayscale: #898989. Windows color (decimal): -11296348 or 10789203. OLE color: 10789203.

HSL color Cylindrical-coordinate representation of color #53A1A4: hue angle of 182.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A1A4 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 161 164 -
CMYK 0.49 0.02 0 0.36
HSL 182.22º 0.33% 0.48% -
HSV(B) 182.22º 0.49% 0.64% -
XYZ 23.01 30.01 39.7 -
YUV 138.02 142.66 88.76 -
System Red Green Blue C M Y K H S L
Decimal 83 161 164 0.49 0.02 0 0.36 182.22 0.33 0.48
Hex 53 A1 A4 31 2 0 24 B6 21 30
Octal 123 241 244 61 2 0 44 266 41 60
Binary 1010011 10100001 10100100 110001 10 0 100100 10110110 100001 110000

Color Harmonies of #53A1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A1A4

Black with #53A1A4

Text Example


Text Example

White with #53A1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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