Html Css Color HEX #52A49D Cadet Blue

📋 copy color: '#52A49D'

red 82 ◦ green 164 ◦ blue 157

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

Shades of Cadet Blue #52A49D

Tints of Cadet Blue #52A49D

RGB

 RED value IS 82 (32.42% from 255) = 20.35%

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 20.35%
G = 40.69%
B = 38.96%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#52A49D (or 0x52A49D) is known color: Cadet Blue. HEX triplet: 52, A4 and 9D. RGB value is (82,164,157). Sum of RGB (Red+Green+Blue) = 82+164+157=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #52A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A49D is #AD5B62. Grayscale: #8A8A8A. Windows color (decimal): -11361123 or 10331218. OLE color: 10331218.

HSL color Cylindrical-coordinate representation of color #52A49D: hue angle of 174.88º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A49D is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 157 -
CMYK 0.5 0 0.04 0.36
HSL 174.88º 0.33% 0.48% -
HSV(B) 174.88º 0.5% 0.64% -
XYZ 22.84 30.78 36.64 -
YUV 138.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 82 164 157 0.5 0 0.04 0.36 174.88 0.33 0.48
Hex 52 A4 9D 32 0 4 24 AF 21 30
Octal 122 244 235 62 0 4 44 257 41 60
Binary 1010010 10100100 10011101 110010 0 100 100100 10101111 100001 110000

Color Harmonies of #52A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A49D

Black with #52A49D

Text Example


Text Example

White with #52A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A49D; }

 p { color: rgb(82,164,157); }

 H1.HeaderClassName
 {
   color: #52A49D;
 }
 .AnyTagClassName
 {
   color: #52A49D;
 }
</style>

background-color css

<style>
 a { background-color: #52A49D; }

 a { background-color: rgb(82,164,157); }

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

border-color css

<style>
 span { border-color: #52A49D; }

 span { border-color: rgb(82,164,157); }

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