#56B1BE

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

Shades of Viking #56B1BE

Tints of Viking #56B1BE

Color information

#56B1BE (or 0x56B1BE) is unknown color: approx Viking. HEX triplet: 56, B1 and BE. RGB value is (86,177,190). Sum of RGB (Red+Green+Blue) = 86+177+190=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 177 (69.53% from 255 or 39.07% 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 #56B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B1BE is #A94E41. Grayscale: #979797. Windows color (decimal): -11095618 or 12497238. OLE color: 12497238.

HSL color Cylindrical-coordinate representation of color #56B1BE: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56B1BE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86177190-
CMYK0.550.0700.25
HSL187.5º44.44%54.12%-
HSV(B)187.5º54.74%74.51%-
XYZ28.8537.1454.36-
YUV151.27149.8581.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.98%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=18.98%
G=39.07%
B=41.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861771900.550.0700.25187.544.4454.12
Hex56B1BE377019bc2c36
Octal1262612766770312745466
Binary1010110101100011011111011011111101100110111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B1BE; }

 p { color: rgb(86,177,190); }

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

<style>
 a { background-color: #56B1BE; }

 a { background-color: rgb(86,177,190); }

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

<style>
 span { border-color: #56B1BE; }

 span { border-color: rgb(86,177,190); }

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