#52A7C6

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

Shades of Viking #52A7C6

Tints of Viking #52A7C6

Color information

#52A7C6 (or 0x52A7C6) is unknown color: approx Viking. HEX triplet: 52, A7 and C6. RGB value is (82,167,198). Sum of RGB (Red+Green+Blue) = 82+167+198=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #52A7C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A7C6 is #AD5839. Grayscale: #909090. Windows color (decimal): -11360314 or 13018962. OLE color: 13018962.

HSL color Cylindrical-coordinate representation of color #52A7C6: hue angle of 196.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52A7C6 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82167198-
CMYK0.590.1600.22
HSL196.03º50.43%54.9%-
HSV(B)196.03º58.59%77.65%-
XYZ27.4933.5158.44-
YUV145.12157.8482.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.34%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=18.34%
G=37.36%
B=44.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821671980.590.1600.22196.0350.4354.9
Hex52A7C63B10016c43237
Octal12224730673200263046267
Binary101001010100111110001101110111000001011011000100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,167,198); }

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

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

 a { background-color: rgb(82,167,198); }

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

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

 span { border-color: rgb(82,167,198); }

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