#57BABF

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

Shades of Viking #57BABF

Tints of Viking #57BABF

Color information

#57BABF (or 0x57BABF) is unknown color: approx Viking. HEX triplet: 57, BA and BF. RGB value is (87,186,191). Sum of RGB (Red+Green+Blue) = 87+186+191=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #57BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BABF is #A84540. Grayscale: #9C9C9C. Windows color (decimal): -11027777 or 12565079. OLE color: 12565079.

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

Color convert

RGB87186191-
CMYK0.540.0300.25
HSL182.88º44.83%54.51%-
HSV(B)182.88º54.45%74.9%-
XYZ30.8940.9155.56-
YUV156.97147.278.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.75%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 191 (75% from 255) = 41.16%
R=18.75%
G=40.09%
B=41.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871861910.540.0300.25182.8844.8354.51
Hex57BABF363019b72d37
Octal1272722776630312675567
Binary101011110111010101111111101101101100110110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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