#52A9C4

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

Shades of Viking #52A9C4

Tints of Viking #52A9C4

Color information

#52A9C4 (or 0x52A9C4) is unknown color: approx Viking. HEX triplet: 52, A9 and C4. RGB value is (82,169,196). Sum of RGB (Red+Green+Blue) = 82+169+196=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #52A9C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A9C4 is #AD563B. Grayscale: #919191. Windows color (decimal): -11359804 or 12888402. OLE color: 12888402.

HSL color Cylindrical-coordinate representation of color #52A9C4: hue angle of 194.21º 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 #52A9C4 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB82169196-
CMYK0.580.1400.23
HSL194.21º49.14%54.51%-
HSV(B)194.21º58.16%76.86%-
XYZ27.6334.1657.36-
YUV146.06156.1882.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.34%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=18.34%
G=37.81%
B=43.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821691960.580.1400.23194.2149.1454.51
Hex52A9C43AE017c23137
Octal12225130472160273026167
Binary10100101010100111000100111010111001011111000010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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