#52ADD1

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

Shades of Viking #52ADD1

Tints of Viking #52ADD1

Color information

#52ADD1 (or 0x52ADD1) is unknown color: approx Viking. HEX triplet: 52, AD and D1. RGB value is (82,173,209). Sum of RGB (Red+Green+Blue) = 82+173+209=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #52ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADD1 is #AD522E. Grayscale: #959595. Windows color (decimal): -11358767 or 13741394. OLE color: 13741394.

HSL color Cylindrical-coordinate representation of color #52ADD1: hue angle of 197.01º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52ADD1 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82173209-
CMYK0.610.1700.18
HSL197.01º57.99%57.06%-
HSV(B)197.01º60.77%81.96%-
XYZ29.9336.2865.75-
YUV149.89161.3579.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.67%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=17.67%
G=37.28%
B=45.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821732090.610.1700.18197.0157.9957.06
Hex52ADD13D11012c53a39
Octal12225532175210223057271
Binary101001010101101110100011111011000101001011000101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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