#5B91BB

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

Shades of Danube #5B91BB

Tints of Danube #5B91BB

Color information

#5B91BB (or 0x5B91BB) is unknown color: approx Danube. HEX triplet: 5B, 91 and BB. RGB value is (91,145,187). Sum of RGB (Red+Green+Blue) = 91+145+187=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B91BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B91BB is #A46E44. Grayscale: #858585. Windows color (decimal): -10776133 or 12292443. OLE color: 12292443.

HSL color Cylindrical-coordinate representation of color #5B91BB: hue angle of 206.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B91BB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB91145187-
CMYK0.510.2200.27
HSL206.25º41.38%54.51%-
HSV(B)206.25º51.34%73.33%-
XYZ23.4126.0650.81-
YUV133.64158.1197.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.51%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=21.51%
G=34.28%
B=44.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911451870.510.2200.27206.2541.3854.51
Hex5B91BB331601Bce2937
Octal13322127363260333165167
Binary101101110010001101110111100111011001101111001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,187); }

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

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

 a { background-color: rgb(91,145,187); }

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

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

 span { border-color: rgb(91,145,187); }

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