#57B6BE

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

Shades of Viking #57B6BE

Tints of Viking #57B6BE

Color information

#57B6BE (or 0x57B6BE) is unknown color: approx Viking. HEX triplet: 57, B6 and BE. RGB value is (87,182,190). Sum of RGB (Red+Green+Blue) = 87+182+190=459 (60% of max value = 765). Red value is 87 (34.38% from 255 or 18.95% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #57B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B6BE is #A84941. Grayscale: #9A9A9A. Windows color (decimal): -11028802 or 12498519. OLE color: 12498519.

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

Color convert

RGB87182190-
CMYK0.540.0400.25
HSL184.66º44.21%54.31%-
HSV(B)184.66º54.21%74.51%-
XYZ29.9539.254.7-
YUV154.51148.0379.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.95%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=18.95%
G=39.65%
B=41.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871821900.540.0400.25184.6644.2154.31
Hex57B6BE364019b92c36
Octal1272662766640312715466
Binary1010111101101101011111011011010001100110111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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