#52AEC4

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

Shades of Viking #52AEC4

Tints of Viking #52AEC4

Color information

#52AEC4 (or 0x52AEC4) is unknown color: approx Viking. HEX triplet: 52, AE and C4. RGB value is (82,174,196). Sum of RGB (Red+Green+Blue) = 82+174+196=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #52AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AEC4 is #AD513B. Grayscale: #949494. Windows color (decimal): -11358524 or 12889682. OLE color: 12889682.

HSL color Cylindrical-coordinate representation of color #52AEC4: hue angle of 191.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52AEC4 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB82174196-
CMYK0.580.1100.23
HSL191.58º49.14%54.51%-
HSV(B)191.58º58.16%76.86%-
XYZ28.5836.0557.68-
YUV149154.5280.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=18.14%
G=38.50%
B=43.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821741960.580.1100.23191.5849.1454.51
Hex52AEC43AB017c03137
Octal12225630472130273006167
Binary10100101010111011000100111010101101011111000000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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