Html Css Color HEX #52A2AD Cadet Blue

📋 copy color: '#52A2AD'

red 82 ◦ green 162 ◦ blue 173

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

Shades of Cadet Blue #52A2AD

Tints of Cadet Blue #52A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 19.66%
G = 38.85%
B = 41.49%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#52A2AD (or 0x52A2AD) is known color: Cadet Blue. HEX triplet: 52, A2 and AD. RGB value is (82,162,173). Sum of RGB (Red+Green+Blue) = 82+162+173=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #52A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A2AD is #AD5D52. Grayscale: #8B8B8B. Windows color (decimal): -11361619 or 11379282. OLE color: 11379282.

HSL color Cylindrical-coordinate representation of color #52A2AD: hue angle of 187.25º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52A2AD is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 162 173 -
CMYK 0.53 0.06 0 0.32
HSL 187.25º 0.36% 0.5% -
HSV(B) 187.25º 0.53% 0.68% -
XYZ 23.94 30.65 44.19 -
YUV 139.33 147 87.11 -
System Red Green Blue C M Y K H S L
Decimal 82 162 173 0.53 0.06 0 0.32 187.25 0.36 0.5
Hex 52 A2 AD 35 6 0 20 BB 24 32
Octal 122 242 255 65 6 0 40 273 44 62
Binary 1010010 10100010 10101101 110101 110 0 100000 10111011 100100 110010

Color Harmonies of #52A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A2AD

Black with #52A2AD

Text Example


Text Example

White with #52A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,162,173); }

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

background-color css

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

 a { background-color: rgb(82,162,173); }

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

border-color css

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

 span { border-color: rgb(82,162,173); }

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