#57B0BE

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

Shades of Viking #57B0BE

Tints of Viking #57B0BE

Color information

#57B0BE (or 0x57B0BE) is unknown color: approx Viking. HEX triplet: 57, B0 and BE. RGB value is (87,176,190). Sum of RGB (Red+Green+Blue) = 87+176+190=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #57B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0BE is #A84F41. Grayscale: #969696. Windows color (decimal): -11030338 or 12496983. OLE color: 12496983.

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

Color convert

RGB87176190-
CMYK0.540.0700.25
HSL188.16º44.21%54.31%-
HSV(B)188.16º54.21%74.51%-
XYZ28.7536.7954.3-
YUV150.98150.0182.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.21%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=19.21%
G=38.85%
B=41.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871761900.540.0700.25188.1644.2154.31
Hex57B0BE367019bc2c36
Octal1272602766670312745466
Binary1010111101100001011111011011011101100110111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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