#57A9C1

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

Shades of Viking #57A9C1

Tints of Viking #57A9C1

Color information

#57A9C1 (or 0x57A9C1) is unknown color: approx Viking. HEX triplet: 57, A9 and C1. RGB value is (87,169,193). Sum of RGB (Red+Green+Blue) = 87+169+193=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #57A9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9C1 is #A8563E. Grayscale: #939393. Windows color (decimal): -11032127 or 12691799. OLE color: 12691799.

HSL color Cylindrical-coordinate representation of color #57A9C1: hue angle of 193.58º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57A9C1 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87169193-
CMYK0.550.1200.24
HSL193.58º46.09%54.9%-
HSV(B)193.58º54.92%75.69%-
XYZ27.7434.2555.6-
YUV147.22153.8385.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.38%
GREEN value IS 169 (66.41% from 255) = 37.64%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=19.38%
G=37.64%
B=42.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871691930.550.1200.24193.5846.0954.9
Hex57A9C137C018c22e37
Octal12725130167140303025667
Binary10101111010100111000001110111110001100011000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57A9C1; }

 p { color: rgb(87,169,193); }

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

<style>
 a { background-color: #57A9C1; }

 a { background-color: rgb(87,169,193); }

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

<style>
 span { border-color: #57A9C1; }

 span { border-color: rgb(87,169,193); }

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