#5B777A

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

Shades of Blue Bayoux #5B777A

Tints of Blue Bayoux #5B777A

Color information

#5B777A (or 0x5B777A) is unknown color: approx Blue Bayoux. HEX triplet: 5B, 77 and 7A. RGB value is (91,119,122). Sum of RGB (Red+Green+Blue) = 91+119+122=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #5B777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B777A is #A48885. Grayscale: #6E6E6E. Windows color (decimal): -10782854 or 8025947. OLE color: 8025947.

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

Color convert

RGB91119122-
CMYK0.250.0200.52
HSL185.81º14.55%41.76%-
HSV(B)185.81º25.41%47.84%-
XYZ14.4216.8220.9-
YUV110.97134.22113.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.41%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=27.41%
G=35.84%
B=36.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal911191220.250.0200.52185.8114.5541.76
Hex5B777A192034baf2a
Octal1331671723120642721752
Binary10110111110111111101011001100110100101110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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