#5B757B

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

Shades of Blue Bayoux #5B757B

Tints of Blue Bayoux #5B757B

Color information

#5B757B (or 0x5B757B) is unknown color: approx Blue Bayoux. HEX triplet: 5B, 75 and 7B. RGB value is (91,117,123). Sum of RGB (Red+Green+Blue) = 91+117+123=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B757B is #A48A84. Grayscale: #6D6D6D. Windows color (decimal): -10783365 or 8090971. OLE color: 8090971.

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

Color convert

RGB91117123-
CMYK0.260.0500.52
HSL191.25º14.95%41.96%-
HSV(B)191.25º26.02%48.24%-
XYZ14.2516.3821.15-
YUV109.91135.39114.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=27.49%
G=35.35%
B=37.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal911171230.260.0500.52191.2514.9541.96
Hex5B757B1A5034bff2a
Octal1331651733250642771752
Binary101101111101011111011110101010110100101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,123); }

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

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

 a { background-color: rgb(91,117,123); }

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

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

 span { border-color: rgb(91,117,123); }

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