Html Css Color HEX #53A7A1 Cadet Blue

📋 copy color: '#53A7A1'

red 83 ◦ green 167 ◦ blue 161

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

Shades of Cadet Blue #53A7A1

Tints of Cadet Blue #53A7A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 20.19%
G = 40.63%
B = 39.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#53A7A1 (or 0x53A7A1) is known color: Cadet Blue. HEX triplet: 53, A7 and A1. RGB value is (83,167,161). Sum of RGB (Red+Green+Blue) = 83+167+161=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #53A7A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7A1 is #AC585E. Grayscale: #8D8D8D. Windows color (decimal): -11294815 or 10594131. OLE color: 10594131.

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

Color convert

RGB 83 167 161 -
CMYK 0.50 0 0.04 0.35
HSL 175.71º 0.34% 0.49% -
HSV(B) 175.71º 0.5% 0.65% -
XYZ 23.82 32.05 38.65 -
YUV 141.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 83 167 161 0.50 0 0.04 0.35 175.71 0.34 0.49
Hex 53 A7 A1 32 0 4 23 B0 22 31
Octal 123 247 241 62 0 4 43 260 42 61
Binary 1010011 10100111 10100001 110010 0 100 100011 10110000 100010 110001

Color Harmonies of #53A7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A7A1

Black with #53A7A1

Text Example


Text Example

White with #53A7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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