#52AEBB

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

Shades of Viking #52AEBB

Tints of Viking #52AEBB

Color information

#52AEBB (or 0x52AEBB) is unknown color: approx Viking. HEX triplet: 52, AE and BB. RGB value is (82,174,187). Sum of RGB (Red+Green+Blue) = 82+174+187=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #52AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AEBB is #AD5144. Grayscale: #939393. Windows color (decimal): -11358533 or 12299858. OLE color: 12299858.

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

Color convert

RGB82174187-
CMYK0.560.0700.27
HSL187.43º43.57%52.75%-
HSV(B)187.43º56.15%73.33%-
XYZ27.5935.6552.44-
YUV147.97150.0280.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=18.51%
G=39.28%
B=42.21%

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
Decimal821741870.560.0700.27187.4343.5752.75
Hex52AEBB38701Bbb2c35
Octal1222562737070332735465
Binary1010010101011101011101111100011101101110111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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