#52ADCA

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

Shades of Viking #52ADCA

Tints of Viking #52ADCA

Color information

#52ADCA (or 0x52ADCA) is unknown color: approx Viking. HEX triplet: 52, AD and CA. RGB value is (82,173,202). Sum of RGB (Red+Green+Blue) = 82+173+202=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #52ADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADCA is #AD5235. Grayscale: #949494. Windows color (decimal): -11358774 or 13282642. OLE color: 13282642.

HSL color Cylindrical-coordinate representation of color #52ADCA: hue angle of 194.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52ADCA is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82173202-
CMYK0.590.1400.21
HSL194.5º53.1%55.69%-
HSV(B)194.5º59.41%79.22%-
XYZ29.0835.9561.28-
YUV149.1157.8580.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=17.94%
G=37.86%
B=44.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821732020.590.1400.21194.553.155.69
Hex52ADCA3BE015c23538
Octal12225531273160253026570
Binary10100101010110111001010111011111001010111000010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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