#52ADBE

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

Shades of Viking #52ADBE

Tints of Viking #52ADBE

Color information

#52ADBE (or 0x52ADBE) is unknown color: approx Viking. HEX triplet: 52, AD and BE. RGB value is (82,173,190). Sum of RGB (Red+Green+Blue) = 82+173+190=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #52ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADBE is #AD5241. Grayscale: #939393. Windows color (decimal): -11358786 or 12496210. OLE color: 12496210.

HSL color Cylindrical-coordinate representation of color #52ADBE: hue angle of 189.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52ADBE is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82173190-
CMYK0.570.0900.25
HSL189.44º45.38%53.33%-
HSV(B)189.44º56.84%74.51%-
XYZ27.7235.454.09-
YUV147.73151.8581.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.43%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=18.43%
G=38.88%
B=42.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821731900.570.0900.25189.4445.3853.33
Hex52ADBE399019bd2d35
Octal12225527671110312755565
Binary10100101010110110111110111001100101100110111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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