#57B4BF

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

Shades of Viking #57B4BF

Tints of Viking #57B4BF

Color information

#57B4BF (or 0x57B4BF) is unknown color: approx Viking. HEX triplet: 57, B4 and BF. RGB value is (87,180,191). Sum of RGB (Red+Green+Blue) = 87+180+191=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #57B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B4BF is #A84B40. Grayscale: #999999. Windows color (decimal): -11029313 or 12563543. OLE color: 12563543.

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

Color convert

RGB87180191-
CMYK0.540.0600.25
HSL186.35º44.83%54.51%-
HSV(B)186.35º54.45%74.9%-
XYZ29.6638.4355.14-
YUV153.45149.1980.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.00%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 191 (75% from 255) = 41.70%
R=19.00%
G=39.30%
B=41.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871801910.540.0600.25186.3544.8354.51
Hex57B4BF366019ba2d37
Octal1272642776660312725567
Binary1010111101101001011111111011011001100110111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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