Html Css Color HEX #52AAC5 Viking

📋 copy color: '#52AAC5'

red 82 ◦ green 170 ◦ blue 197

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

Shades of Viking #52AAC5

Tints of Viking #52AAC5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 18.26%
G = 37.86%
B = 43.88%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#52AAC5 (or 0x52AAC5) is known color: Viking. HEX triplet: 52, AA and C5. RGB value is (82,170,197). Sum of RGB (Red+Green+Blue) = 82+170+197=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #52AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAC5 is #AD553A. Grayscale: #929292. Windows color (decimal): -11359547 or 12954194. OLE color: 12954194.

HSL color Cylindrical-coordinate representation of color #52AAC5: hue angle of 194.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52AAC5 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 170 197 -
CMYK 0.58 0.14 0 0.23
HSL 194.09º 0.5% 0.55% -
HSV(B) 194.09º 0.58% 0.77% -
XYZ 27.93 34.57 58.02 -
YUV 146.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 82 170 197 0.58 0.14 0 0.23 194.09 0.5 0.55
Hex 52 AA C5 3A E 0 17 C2 32 37
Octal 122 252 305 72 16 0 27 302 62 67
Binary 1010010 10101010 11000101 111010 1110 0 10111 11000010 110010 110111

Color Harmonies of #52AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAC5

Black with #52AAC5

Text Example


Text Example

White with #52AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,170,197); }

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

background-color css

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

 a { background-color: rgb(82,170,197); }

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

border-color css

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

 span { border-color: rgb(82,170,197); }

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