#57AEBF

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

Shades of Viking #57AEBF

Tints of Viking #57AEBF

Color information

#57AEBF (or 0x57AEBF) is unknown color: approx Viking. HEX triplet: 57, AE and BF. RGB value is (87,174,191). Sum of RGB (Red+Green+Blue) = 87+174+191=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #57AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEBF is #A85140. Grayscale: #959595. Windows color (decimal): -11030849 or 12562007. OLE color: 12562007.

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

Color convert

RGB87174191-
CMYK0.540.0900.25
HSL189.81º44.83%54.51%-
HSV(B)189.81º54.45%74.9%-
XYZ28.4736.0654.75-
YUV149.92151.1883.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.25%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 191 (75% from 255) = 42.26%
R=19.25%
G=38.50%
B=42.26%

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
Decimal871741910.540.0900.25189.8144.8354.51
Hex57AEBF369019be2d37
Octal12725627766110312765567
Binary10101111010111010111111110110100101100110111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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