#57AEBE

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

Shades of Viking #57AEBE

Tints of Viking #57AEBE

Color information

#57AEBE (or 0x57AEBE) is unknown color: approx Viking. HEX triplet: 57, AE and BE. RGB value is (87,174,190). Sum of RGB (Red+Green+Blue) = 87+174+190=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #57AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEBE is #A85141. Grayscale: #959595. Windows color (decimal): -11030850 or 12496471. OLE color: 12496471.

HSL color Cylindrical-coordinate representation of color #57AEBE: hue angle of 189.32º 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 #57AEBE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87174190-
CMYK0.540.0800.25
HSL189.32º44.21%54.31%-
HSV(B)189.32º54.21%74.51%-
XYZ28.3636.0254.17-
YUV149.81150.6883.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.29%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=19.29%
G=38.58%
B=42.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871741900.540.0800.25189.3244.2154.31
Hex57AEBE368019bd2c36
Octal12725627666100312755466
Binary10101111010111010111110110110100001100110111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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