#5B86C1

Color #5B86C1 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5B86C1

Tints of Danube #5B86C1

Color information

#5B86C1 (or 0x5B86C1) is unknown color: approx Danube. HEX triplet: 5B, 86 and C1. RGB value is (91,134,193). Sum of RGB (Red+Green+Blue) = 91+134+193=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B86C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B86C1 is #A4793E. Grayscale: #7F7F7F. Windows color (decimal): -10778943 or 12682843. OLE color: 12682843.

HSL color Cylindrical-coordinate representation of color #5B86C1: hue angle of 214.71º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B86C1 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB91134193-
CMYK0.530.3100.24
HSL214.71º45.13%55.69%-
HSV(B)214.71º52.85%75.69%-
XYZ22.4723.1253.73-
YUV127.87164.75101.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=21.77%
G=32.06%
B=46.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal911341930.530.3100.24214.7145.1355.69
Hex5B86C1351F018d72d38
Octal13320630165370303275570
Binary101101110000110110000011101011111101100011010111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B86C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B86C1; }

 p { color: rgb(91,134,193); }

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

<style>
 a { background-color: #5B86C1; }

 a { background-color: rgb(91,134,193); }

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

<style>
 span { border-color: #5B86C1; }

 span { border-color: rgb(91,134,193); }

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