Html Css Color HEX #53A5A2 Cadet Blue

📋 copy color: '#53A5A2'

red 83 ◦ green 165 ◦ blue 162

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

Shades of Cadet Blue #53A5A2

Tints of Cadet Blue #53A5A2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

 BLUE value IS 162 (63.67% from 255) = 39.51%

R = 20.24%
G = 40.24%
B = 39.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#53A5A2 (or 0x53A5A2) is known color: Cadet Blue. HEX triplet: 53, A5 and A2. RGB value is (83,165,162). Sum of RGB (Red+Green+Blue) = 83+165+162=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #53A5A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A5A2 is #AC5A5D. Grayscale: #8C8C8C. Windows color (decimal): -11295326 or 10659155. OLE color: 10659155.

HSL color Cylindrical-coordinate representation of color #53A5A2: hue angle of 177.8º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A5A2 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 165 162 -
CMYK 0.50 0 0.02 0.35
HSL 177.8º 0.33% 0.49% -
HSV(B) 177.8º 0.5% 0.65% -
XYZ 23.54 31.36 38.99 -
YUV 140.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 83 165 162 0.50 0 0.02 0.35 177.8 0.33 0.49
Hex 53 A5 A2 32 0 2 23 B2 21 31
Octal 123 245 242 62 0 2 43 262 41 61
Binary 1010011 10100101 10100010 110010 0 10 100011 10110010 100001 110001

Color Harmonies of #53A5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A5A2

Black with #53A5A2

Text Example


Text Example

White with #53A5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,165,162); }

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

background-color css

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

 a { background-color: rgb(83,165,162); }

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

border-color css

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

 span { border-color: rgb(83,165,162); }

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