#57A6BF

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

Shades of Viking #57A6BF

Tints of Viking #57A6BF

Color information

#57A6BF (or 0x57A6BF) is unknown color: approx Viking. HEX triplet: 57, A6 and BF. RGB value is (87,166,191). Sum of RGB (Red+Green+Blue) = 87+166+191=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #57A6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A6BF is #A85940. Grayscale: #919191. Windows color (decimal): -11032897 or 12559959. OLE color: 12559959.

HSL color Cylindrical-coordinate representation of color #57A6BF: hue angle of 194.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57A6BF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87166191-
CMYK0.540.1300.25
HSL194.42º44.83%54.51%-
HSV(B)194.42º54.45%74.9%-
XYZ26.9733.0654.25-
YUV145.23153.8386.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.59%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 191 (75% from 255) = 43.02%
R=19.59%
G=37.39%
B=43.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871661910.540.1300.25194.4244.8354.51
Hex57A6BF36D019c22d37
Octal12724627766150313025567
Binary10101111010011010111111110110110101100111000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,166,191); }

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

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

 a { background-color: rgb(87,166,191); }

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

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

 span { border-color: rgb(87,166,191); }

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