#52ADBA

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

Shades of Viking #52ADBA

Tints of Viking #52ADBA

Color information

#52ADBA (or 0x52ADBA) is unknown color: approx Viking. HEX triplet: 52, AD and BA. RGB value is (82,173,186). Sum of RGB (Red+Green+Blue) = 82+173+186=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #52ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADBA is #AD5245. Grayscale: #939393. Windows color (decimal): -11358790 or 12234066. OLE color: 12234066.

HSL color Cylindrical-coordinate representation of color #52ADBA: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52ADBA is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82173186-
CMYK0.560.0700.27
HSL187.5º42.98%52.55%-
HSV(B)187.5º55.91%72.94%-
XYZ27.2935.2351.82-
YUV147.27149.8581.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=18.59%
G=39.23%
B=42.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821731860.560.0700.27187.542.9852.55
Hex52ADBA38701Bbc2b35
Octal1222552727070332745365
Binary1010010101011011011101011100011101101110111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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