#57ABBE

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

Shades of Viking #57ABBE

Tints of Viking #57ABBE

Color information

#57ABBE (or 0x57ABBE) is unknown color: approx Viking. HEX triplet: 57, AB and BE. RGB value is (87,171,190). Sum of RGB (Red+Green+Blue) = 87+171+190=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #57ABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABBE is #A85441. Grayscale: #939393. Windows color (decimal): -11031618 or 12495703. OLE color: 12495703.

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

Color convert

RGB87171190-
CMYK0.540.1000.25
HSL191.07º44.21%54.31%-
HSV(B)191.07º54.21%74.51%-
XYZ27.7934.8753.98-
YUV148.05151.6784.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.42%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=19.42%
G=38.17%
B=42.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871711900.540.1000.25191.0744.2154.31
Hex57ABBE36A019bf2c36
Octal12725327666120312775466
Binary10101111010101110111110110110101001100110111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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