Html Css Color HEX #52AAC0 Viking

📋 copy color: '#52AAC0'

red 82 ◦ green 170 ◦ blue 192

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

Shades of Viking #52AAC0

Tints of Viking #52AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 18.47%
G = 38.29%
B = 43.24%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#52AAC0 (or 0x52AAC0) is known color: Viking. HEX triplet: 52, AA and C0. RGB value is (82,170,192). Sum of RGB (Red+Green+Blue) = 82+170+192=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #52AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAC0 is #AD553F. Grayscale: #929292. Windows color (decimal): -11359552 or 12626514. OLE color: 12626514.

HSL color Cylindrical-coordinate representation of color #52AAC0: hue angle of 192º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52AAC0 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 170 192 -
CMYK 0.57 0.11 0 0.25
HSL 192º 0.47% 0.54% -
HSV(B) 192º 0.57% 0.75% -
XYZ 27.37 34.35 55.06 -
YUV 146.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 82 170 192 0.57 0.11 0 0.25 192 0.47 0.54
Hex 52 AA C0 39 B 0 19 C0 2F 36
Octal 122 252 300 71 13 0 31 300 57 66
Binary 1010010 10101010 11000000 111001 1011 0 11001 11000000 101111 110110

Color Harmonies of #52AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAC0

Black with #52AAC0

Text Example


Text Example

White with #52AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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