#57ACBE

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

Shades of Viking #57ACBE

Tints of Viking #57ACBE

Color information

#57ACBE (or 0x57ACBE) is unknown color: approx Viking. HEX triplet: 57, AC and BE. RGB value is (87,172,190). Sum of RGB (Red+Green+Blue) = 87+172+190=449 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.38% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #57ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACBE is #A85341. Grayscale: #949494. Windows color (decimal): -11031362 or 12495959. OLE color: 12495959.

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

Color convert

RGB87172190-
CMYK0.540.0900.25
HSL190.49º44.21%54.31%-
HSV(B)190.49º54.21%74.51%-
XYZ27.9835.2554.04-
YUV148.64151.3484.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.38%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=19.38%
G=38.31%
B=42.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871721900.540.0900.25190.4944.2154.31
Hex57ACBE369019be2c36
Octal12725427666110312765466
Binary10101111010110010111110110110100101100110111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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