#57AACA

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

Shades of Viking #57AACA

Tints of Viking #57AACA

Color information

#57AACA (or 0x57AACA) is unknown color: approx Viking. HEX triplet: 57, AA and CA. RGB value is (87,170,202). Sum of RGB (Red+Green+Blue) = 87+170+202=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #57AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AACA is #A85535. Grayscale: #949494. Windows color (decimal): -11031862 or 13281879. OLE color: 13281879.

HSL color Cylindrical-coordinate representation of color #57AACA: hue angle of 196.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57AACA is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB87170202-
CMYK0.570.1600.21
HSL196.7º52.04%56.67%-
HSV(B)196.7º56.93%79.22%-
XYZ28.9735.0461.11-
YUV148.8315883.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=18.95%
G=37.04%
B=44.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal871702020.570.1600.21196.752.0456.67
Hex57AACA3910015c53439
Octal12725231271200253056471
Binary101011110101010110010101110011000001010111000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,170,202); }

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

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

 a { background-color: rgb(87,170,202); }

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

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

 span { border-color: rgb(87,170,202); }

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