#52A9CC

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

Shades of Viking #52A9CC

Tints of Viking #52A9CC

Color information

#52A9CC (or 0x52A9CC) is unknown color: approx Viking. HEX triplet: 52, A9 and CC. RGB value is (82,169,204). Sum of RGB (Red+Green+Blue) = 82+169+204=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #52A9CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A9CC is #AD5633. Grayscale: #929292. Windows color (decimal): -11359796 or 13412690. OLE color: 13412690.

HSL color Cylindrical-coordinate representation of color #52A9CC: hue angle of 197.21º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A9CC is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82169204-
CMYK0.600.1700.2
HSL197.21º54.46%56.08%-
HSV(B)197.21º59.8%80%-
XYZ28.5734.5362.29-
YUV146.98160.1881.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=18.02%
G=37.14%
B=44.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821692040.600.1700.2197.2154.4656.08
Hex52A9CC3C11014c53638
Octal12225131474210243056670
Binary101001010101001110011001111001000101010011000101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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