#5B85BB

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

Shades of Danube #5B85BB

Tints of Danube #5B85BB

Color information

#5B85BB (or 0x5B85BB) is unknown color: approx Danube. HEX triplet: 5B, 85 and BB. RGB value is (91,133,187). Sum of RGB (Red+Green+Blue) = 91+133+187=411 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.14% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B85BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85BB is #A47A44. Grayscale: #7E7E7E. Windows color (decimal): -10779205 or 12289371. OLE color: 12289371.

HSL color Cylindrical-coordinate representation of color #5B85BB: hue angle of 213.75º 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 #5B85BB is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB91133187-
CMYK0.510.2900.27
HSL213.75º41.38%54.51%-
HSV(B)213.75º51.34%73.33%-
XYZ21.6722.5950.23-
YUV126.6162.09102.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.14%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=22.14%
G=32.36%
B=45.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911331870.510.2900.27213.7541.3854.51
Hex5B85BB331D01Bd62937
Octal13320527363350333265167
Binary101101110000101101110111100111110101101111010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B85BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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