Html Css Color HEX #53A7A7 Cadet Blue

📋 copy color: '#53A7A7'

red 83 ◦ green 167 ◦ blue 167

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

Shades of Cadet Blue #53A7A7

Tints of Cadet Blue #53A7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.05%

R = 19.9%
G = 40.05%
B = 40.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#53A7A7 (or 0x53A7A7) is known color: Cadet Blue. HEX triplet: 53, A7 and A7. RGB value is (83,167,167). Sum of RGB (Red+Green+Blue) = 83+167+167=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 167 - color contains mainly: green, blue. Hex color #53A7A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7A7 is #AC5858. Grayscale: #8D8D8D. Windows color (decimal): -11294809 or 10987347. OLE color: 10987347.

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

Color convert

RGB 83 167 167 -
CMYK 0.50 0 0 0.35
HSL 180º 0.34% 0.49% -
HSV(B) 180º 0.5% 0.65% -
XYZ 24.36 32.27 41.5 -
YUV 141.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 83 167 167 0.50 0 0 0.35 180 0.34 0.49
Hex 53 A7 A7 32 0 0 23 B4 22 31
Octal 123 247 247 62 0 0 43 264 42 61
Binary 1010011 10100111 10100111 110010 0 0 100011 10110100 100010 110001

Color Harmonies of #53A7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A7A7

Black with #53A7A7

Text Example


Text Example

White with #53A7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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