Html Css Color HEX #53A5A0 Cadet Blue

📋 copy color: '#53A5A0'

red 83 ◦ green 165 ◦ blue 160

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

Shades of Cadet Blue #53A5A0

Tints of Cadet Blue #53A5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.22%

R = 20.34%
G = 40.44%
B = 39.22%

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

#53A5A0 (or 0x53A5A0) is known color: Cadet Blue. HEX triplet: 53, A5 and A0. RGB value is (83,165,160). Sum of RGB (Red+Green+Blue) = 83+165+160=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #53A5A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A5A0 is #AC5A5F. Grayscale: #8B8B8B. Windows color (decimal): -11295328 or 10528083. OLE color: 10528083.

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

Color convert

RGB 83 165 160 -
CMYK 0.50 0 0.03 0.35
HSL 176.34º 0.33% 0.49% -
HSV(B) 176.34º 0.5% 0.65% -
XYZ 23.37 31.29 38.07 -
YUV 139.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 83 165 160 0.50 0 0.03 0.35 176.34 0.33 0.49
Hex 53 A5 A0 32 0 3 23 B0 21 31
Octal 123 245 240 62 0 3 43 260 41 61
Binary 1010011 10100101 10100000 110010 0 11 100011 10110000 100001 110001

Color Harmonies of #53A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A5A0

Black with #53A5A0

Text Example


Text Example

White with #53A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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