#52AFD1

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

Shades of Viking #52AFD1

Tints of Viking #52AFD1

Color information

#52AFD1 (or 0x52AFD1) is unknown color: approx Viking. HEX triplet: 52, AF and D1. RGB value is (82,175,209). Sum of RGB (Red+Green+Blue) = 82+175+209=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #52AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFD1 is #AD502E. Grayscale: #969696. Windows color (decimal): -11358255 or 13741906. OLE color: 13741906.

HSL color Cylindrical-coordinate representation of color #52AFD1: hue angle of 196.06º 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 #52AFD1 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82175209-
CMYK0.610.1600.18
HSL196.06º57.99%57.06%-
HSV(B)196.06º60.77%81.96%-
XYZ30.3237.0665.88-
YUV151.07160.6978.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.60%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=17.60%
G=37.55%
B=44.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821752090.610.1600.18196.0657.9957.06
Hex52AFD13D10012c43a39
Octal12225732175200223047271
Binary101001010101111110100011111011000001001011000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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