#52A4C1

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

Shades of Viking #52A4C1

Tints of Viking #52A4C1

Color information

#52A4C1 (or 0x52A4C1) is unknown color: approx Viking. HEX triplet: 52, A4 and C1. RGB value is (82,164,193). Sum of RGB (Red+Green+Blue) = 82+164+193=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #52A4C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A4C1 is #AD5B3E. Grayscale: #8E8E8E. Windows color (decimal): -11361087 or 12690514. OLE color: 12690514.

HSL color Cylindrical-coordinate representation of color #52A4C1: hue angle of 195.68º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52A4C1 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82164193-
CMYK0.580.1500.24
HSL195.68º47.23%53.92%-
HSV(B)195.68º57.51%75.69%-
XYZ26.3832.255.28-
YUV142.79156.3384.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=18.68%
G=37.36%
B=43.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821641930.580.1500.24195.6847.2353.92
Hex52A4C13AF018c42f36
Octal12224430172170303045766
Binary10100101010010011000001111010111101100011000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,193); }

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

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

 a { background-color: rgb(82,164,193); }

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

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

 span { border-color: rgb(82,164,193); }

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