#56BBBE

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

Shades of Viking #56BBBE

Tints of Viking #56BBBE

Color information

#56BBBE (or 0x56BBBE) is unknown color: approx Viking. HEX triplet: 56, BB and BE. RGB value is (86,187,190). Sum of RGB (Red+Green+Blue) = 86+187+190=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #56BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBBE is #A94441. Grayscale: #9D9D9D. Windows color (decimal): -11093058 or 12499798. OLE color: 12499798.

HSL color Cylindrical-coordinate representation of color #56BBBE: hue angle of 181.73º 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 #56BBBE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86187190-
CMYK0.550.0200.25
HSL181.73º44.44%54.12%-
HSV(B)181.73º54.74%74.51%-
XYZ30.941.2455.05-
YUV157.14146.5477.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.57%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=18.57%
G=40.39%
B=41.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861871900.550.0200.25181.7344.4454.12
Hex56BBBE372019b62c36
Octal1262732766720312665466
Binary101011010111011101111101101111001100110110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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