Html Css Color HEX #52ACC6 Viking

📋 copy color: '#52ACC6'

red 82 ◦ green 172 ◦ blue 198

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

Shades of Viking #52ACC6

Tints of Viking #52ACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 18.14%
G = 38.05%
B = 43.81%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#52ACC6 (or 0x52ACC6) is known color: Viking. HEX triplet: 52, AC and C6. RGB value is (82,172,198). Sum of RGB (Red+Green+Blue) = 82+172+198=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #52ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACC6 is #AD5339. Grayscale: #939393. Windows color (decimal): -11359034 or 13020242. OLE color: 13020242.

HSL color Cylindrical-coordinate representation of color #52ACC6: hue angle of 193.45º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52ACC6 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 172 198 -
CMYK 0.59 0.13 0 0.22
HSL 193.45º 0.5% 0.55% -
HSV(B) 193.45º 0.59% 0.78% -
XYZ 28.43 35.38 58.76 -
YUV 148.05 156.18 80.89 -
System Red Green Blue C M Y K H S L
Decimal 82 172 198 0.59 0.13 0 0.22 193.45 0.5 0.55
Hex 52 AC C6 3B D 0 16 C1 32 37
Octal 122 254 306 73 15 0 26 301 62 67
Binary 1010010 10101100 11000110 111011 1101 0 10110 11000001 110010 110111

Color Harmonies of #52ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACC6

Black with #52ACC6

Text Example


Text Example

White with #52ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,198); }

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

background-color css

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

 a { background-color: rgb(82,172,198); }

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

border-color css

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

 span { border-color: rgb(82,172,198); }

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