#57A6BE

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

Shades of Viking #57A6BE

Tints of Viking #57A6BE

Color information

#57A6BE (or 0x57A6BE) is unknown color: approx Viking. HEX triplet: 57, A6 and BE. RGB value is (87,166,190). Sum of RGB (Red+Green+Blue) = 87+166+190=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #57A6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A6BE is #A85941. Grayscale: #909090. Windows color (decimal): -11032898 or 12494423. OLE color: 12494423.

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

Color convert

RGB87166190-
CMYK0.540.1300.25
HSL193.98º44.21%54.31%-
HSV(B)193.98º54.21%74.51%-
XYZ26.8633.0253.67-
YUV145.11153.3386.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.64%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=19.64%
G=37.47%
B=42.89%

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
Decimal871661900.540.1300.25193.9844.2154.31
Hex57A6BE36D019c22c36
Octal12724627666150313025466
Binary10101111010011010111110110110110101100111000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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