#5B707B

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

Shades of Blue Bayoux #5B707B

Tints of Blue Bayoux #5B707B

Color information

#5B707B (or 0x5B707B) is unknown color: approx Blue Bayoux. HEX triplet: 5B, 70 and 7B. RGB value is (91,112,123). Sum of RGB (Red+Green+Blue) = 91+112+123=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B707B is #A48F84. Grayscale: #6A6A6A. Windows color (decimal): -10784645 or 8089691. OLE color: 8089691.

HSL color Cylindrical-coordinate representation of color #5B707B: hue angle of 200.62º 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 #5B707B is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB91112123-
CMYK0.260.0900.52
HSL200.62º14.95%41.96%-
HSV(B)200.62º26.02%48.24%-
XYZ13.6815.2420.96-
YUV106.98137.04116.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.91%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=27.91%
G=34.36%
B=37.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal911121230.260.0900.52200.6214.9541.96
Hex5B707B1A9034c9f2a
Octal13316017332110643111752
Binary1011011111000011110111101010010110100110010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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