#52ADBB

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

Shades of Viking #52ADBB

Tints of Viking #52ADBB

Color information

#52ADBB (or 0x52ADBB) is unknown color: approx Viking. HEX triplet: 52, AD and BB. RGB value is (82,173,187). Sum of RGB (Red+Green+Blue) = 82+173+187=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #52ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADBB is #AD5244. Grayscale: #939393. Windows color (decimal): -11358789 or 12299602. OLE color: 12299602.

HSL color Cylindrical-coordinate representation of color #52ADBB: hue angle of 188º degrees, saturation: 0.44, 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 #52ADBB is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82173187-
CMYK0.560.0700.27
HSL188º43.57%52.75%-
HSV(B)188º56.15%73.33%-
XYZ27.3935.2752.38-
YUV147.39150.3581.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.55%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=18.55%
G=39.14%
B=42.31%

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
Decimal821731870.560.0700.2718843.5752.75
Hex52ADBB38701Bbc2c35
Octal1222552737070332745465
Binary1010010101011011011101111100011101101110111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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