#52AACD

Color #52AACD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #52AACD

Tints of Viking #52AACD

Color information

#52AACD (or 0x52AACD) is unknown color: approx Viking. HEX triplet: 52, AA and CD. RGB value is (82,170,205). Sum of RGB (Red+Green+Blue) = 82+170+205=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #52AACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AACD is #AD5532. Grayscale: #939393. Windows color (decimal): -11359539 or 13478482. OLE color: 13478482.

HSL color Cylindrical-coordinate representation of color #52AACD: hue angle of 197.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52AACD is Cyan = 0.6, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82170205-
CMYK0.60.1700.20
HSL197.07º55.16%56.27%-
HSV(B)197.07º60%80.39%-
XYZ28.8734.9562.98-
YUV147.68160.3581.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=17.94%
G=37.20%
B=44.86%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821702050.60.1700.20197.0755.1656.27
Hex52AACD3C11014c53738
Octal12225231574210243056770
Binary101001010101010110011011111001000101010011000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52AACD;
 }
 .AnyTagClassName
 {
   color: #52AACD;
 }
</style>
background-color css

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

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

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

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

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

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