Html Css Color HEX #53A7A5 Cadet Blue

📋 copy color: '#53A7A5'

red 83 ◦ green 167 ◦ blue 165

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

Shades of Cadet Blue #53A7A5

Tints of Cadet Blue #53A7A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.76%

R = 20%
G = 40.24%
B = 39.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#53A7A5 (or 0x53A7A5) is known color: Cadet Blue. HEX triplet: 53, A7 and A5. RGB value is (83,167,165). Sum of RGB (Red+Green+Blue) = 83+167+165=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 167 - color contains mainly: green. Hex color #53A7A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7A5 is #AC585A. Grayscale: #8D8D8D. Windows color (decimal): -11294811 or 10856275. OLE color: 10856275.

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

Color convert

RGB 83 167 165 -
CMYK 0.50 0 0.01 0.35
HSL 178.57º 0.34% 0.49% -
HSV(B) 178.57º 0.5% 0.65% -
XYZ 24.18 32.19 40.54 -
YUV 141.66 141.17 86.16 -
System Red Green Blue C M Y K H S L
Decimal 83 167 165 0.50 0 0.01 0.35 178.57 0.34 0.49
Hex 53 A7 A5 32 0 1 23 B3 22 31
Octal 123 247 245 62 0 1 43 263 42 61
Binary 1010011 10100111 10100101 110010 0 1 100011 10110011 100010 110001

Color Harmonies of #53A7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A7A5

Black with #53A7A5

Text Example


Text Example

White with #53A7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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