#5B6E7A

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

Shades of Blue Bayoux #5B6E7A

Tints of Blue Bayoux #5B6E7A

Color information

#5B6E7A (or 0x5B6E7A) is unknown color: approx Blue Bayoux. HEX triplet: 5B, 6E and 7A. RGB value is (91,110,122). Sum of RGB (Red+Green+Blue) = 91+110+122=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B6E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6E7A is #A49185. Grayscale: #696969. Windows color (decimal): -10785158 or 8023643. OLE color: 8023643.

HSL color Cylindrical-coordinate representation of color #5B6E7A: hue angle of 203.23º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B6E7A is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB91110122-
CMYK0.250.1000.52
HSL203.23º14.55%41.76%-
HSV(B)203.23º25.41%47.84%-
XYZ13.414.7820.56-
YUV105.69137.21117.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=28.17%
G=34.06%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal911101220.250.1000.52203.2314.5541.76
Hex5B6E7A19A034cbf2a
Octal13315617231120643131752
Binary1011011110111011110101100110100110100110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,110,122); }

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

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

 a { background-color: rgb(91,110,122); }

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

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

 span { border-color: rgb(91,110,122); }

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