#52AABC

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

Shades of Viking #52AABC

Tints of Viking #52AABC

Color information

#52AABC (or 0x52AABC) is unknown color: approx Viking. HEX triplet: 52, AA and BC. RGB value is (82,170,188). Sum of RGB (Red+Green+Blue) = 82+170+188=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #52AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AABC is #AD5543. Grayscale: #919191. Windows color (decimal): -11359556 or 12364370. OLE color: 12364370.

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

Color convert

RGB82170188-
CMYK0.560.1000.26
HSL190.19º44.17%52.94%-
HSV(B)190.19º56.38%73.73%-
XYZ26.9334.1752.75-
YUV145.74151.8582.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.64%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 188 (73.83% from 255) = 42.73%
R=18.64%
G=38.64%
B=42.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821701880.560.1000.26190.1944.1752.94
Hex52AABC38A01Abe2c35
Octal12225227470120322765465
Binary10100101010101010111100111000101001101010111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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