Html Css Color HEX #53A4A5 Cadet Blue

📋 copy color: '#53A4A5'

red 83 ◦ green 164 ◦ blue 165

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

Shades of Cadet Blue #53A4A5

Tints of Cadet Blue #53A4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

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

R = 20.15%
G = 39.81%
B = 40.05%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#53A4A5 (or 0x53A4A5) is known color: Cadet Blue. HEX triplet: 53, A4 and A5. RGB value is (83,164,165). Sum of RGB (Red+Green+Blue) = 83+164+165=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #53A4A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A4A5 is #AC5B5A. Grayscale: #8B8B8B. Windows color (decimal): -11295579 or 10855507. OLE color: 10855507.

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

Color convert

RGB 83 164 165 -
CMYK 0.50 0.01 0 0.35
HSL 180.73º 0.33% 0.49% -
HSV(B) 180.73º 0.5% 0.65% -
XYZ 23.63 31.11 40.36 -
YUV 139.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 83 164 165 0.50 0.01 0 0.35 180.73 0.33 0.49
Hex 53 A4 A5 32 1 0 23 B5 21 31
Octal 123 244 245 62 1 0 43 265 41 61
Binary 1010011 10100100 10100101 110010 1 0 100011 10110101 100001 110001

Color Harmonies of #53A4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A4A5

Black with #53A4A5

Text Example


Text Example

White with #53A4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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