#52AABD

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

Shades of Viking #52AABD

Tints of Viking #52AABD

Color information

#52AABD (or 0x52AABD) is unknown color: approx Viking. HEX triplet: 52, AA and BD. RGB value is (82,170,189). Sum of RGB (Red+Green+Blue) = 82+170+189=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #52AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AABD is #AD5542. Grayscale: #919191. Windows color (decimal): -11359555 or 12429906. OLE color: 12429906.

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

Color convert

RGB82170189-
CMYK0.570.1000.26
HSL190.65º44.77%53.14%-
HSV(B)190.65º56.61%74.12%-
XYZ27.0434.2253.32-
YUV145.85152.3582.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=18.59%
G=38.55%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821701890.570.1000.26190.6544.7753.14
Hex52AABD39A01Abf2d35
Octal12225227571120322775565
Binary10100101010101010111101111001101001101010111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,170,189); }

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

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

 a { background-color: rgb(82,170,189); }

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

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

 span { border-color: rgb(82,170,189); }

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