#52AABA

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

Shades of Viking #52AABA

Tints of Viking #52AABA

Color information

#52AABA (or 0x52AABA) is unknown color: approx Viking. HEX triplet: 52, AA and BA. RGB value is (82,170,186). Sum of RGB (Red+Green+Blue) = 82+170+186=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #52AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AABA is #AD5545. Grayscale: #919191. Windows color (decimal): -11359558 or 12233298. OLE color: 12233298.

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

Color convert

RGB82170186-
CMYK0.560.0900.27
HSL189.23º42.98%52.55%-
HSV(B)189.23º55.91%72.94%-
XYZ26.7234.0951.63-
YUV145.51150.8582.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.72%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=18.72%
G=38.81%
B=42.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821701860.560.0900.27189.2342.9852.55
Hex52AABA38901Bbd2b35
Octal12225227270110332755365
Binary10100101010101010111010111000100101101110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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