Html Css Color HEX #53A7A2 Cadet Blue

📋 copy color: '#53A7A2'

red 83 ◦ green 167 ◦ blue 162

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

Shades of Cadet Blue #53A7A2

Tints of Cadet Blue #53A7A2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

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

R = 20.15%
G = 40.53%
B = 39.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#53A7A2 (or 0x53A7A2) is known color: Cadet Blue. HEX triplet: 53, A7 and A2. RGB value is (83,167,162). Sum of RGB (Red+Green+Blue) = 83+167+162=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #53A7A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7A2 is #AC585D. Grayscale: #8D8D8D. Windows color (decimal): -11294814 or 10659667. OLE color: 10659667.

HSL color Cylindrical-coordinate representation of color #53A7A2: hue angle of 176.43º degrees, saturation: 0.34, 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 #53A7A2 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 167 162 -
CMYK 0.50 0 0.03 0.35
HSL 176.43º 0.34% 0.49% -
HSV(B) 176.43º 0.5% 0.65% -
XYZ 23.91 32.09 39.12 -
YUV 141.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 83 167 162 0.50 0 0.03 0.35 176.43 0.34 0.49
Hex 53 A7 A2 32 0 3 23 B0 22 31
Octal 123 247 242 62 0 3 43 260 42 61
Binary 1010011 10100111 10100010 110010 0 11 100011 10110000 100010 110001

Color Harmonies of #53A7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A7A2

Black with #53A7A2

Text Example


Text Example

White with #53A7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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