#5B8BBF

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

Shades of Danube #5B8BBF

Tints of Danube #5B8BBF

Color information

#5B8BBF (or 0x5B8BBF) is unknown color: approx Danube. HEX triplet: 5B, 8B and BF. RGB value is (91,139,191). Sum of RGB (Red+Green+Blue) = 91+139+191=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B8BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8BBF is #A47440. Grayscale: #828282. Windows color (decimal): -10777665 or 12553051. OLE color: 12553051.

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

Color convert

RGB91139191-
CMYK0.520.2700.25
HSL211.2º43.86%55.29%-
HSV(B)211.2º52.36%74.9%-
XYZ22.9524.4552.8-
YUV130.58162.199.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.62%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 191 (75% from 255) = 45.37%
R=21.62%
G=33.02%
B=45.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911391910.520.2700.25211.243.8655.29
Hex5B8BBF341B019d32c37
Octal13321327764330313235467
Binary101101110001011101111111101001101101100111010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,139,191); }

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

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

 a { background-color: rgb(91,139,191); }

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

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

 span { border-color: rgb(91,139,191); }

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