#52ADCE

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

Shades of Viking #52ADCE

Tints of Viking #52ADCE

Color information

#52ADCE (or 0x52ADCE) is unknown color: approx Viking. HEX triplet: 52, AD and CE. RGB value is (82,173,206). Sum of RGB (Red+Green+Blue) = 82+173+206=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #52ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADCE is #AD5231. Grayscale: #959595. Windows color (decimal): -11358770 or 13544786. OLE color: 13544786.

HSL color Cylindrical-coordinate representation of color #52ADCE: hue angle of 195.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ADCE is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82173206-
CMYK0.600.1600.19
HSL195.97º55.86%56.47%-
HSV(B)195.97º60.19%80.78%-
XYZ29.5636.1463.81-
YUV149.55159.8579.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.79%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=17.79%
G=37.53%
B=44.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821732060.600.1600.19195.9755.8656.47
Hex52ADCE3C10013c43838
Octal12225531674200233047070
Binary101001010101101110011101111001000001001111000100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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