#5B7A7D

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

Shades of Blue Bayoux #5B7A7D

Tints of Blue Bayoux #5B7A7D

Color information

#5B7A7D (or 0x5B7A7D) is unknown color: approx Blue Bayoux. HEX triplet: 5B, 7A and 7D. RGB value is (91,122,125). Sum of RGB (Red+Green+Blue) = 91+122+125=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B7A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7A7D is #A48582. Grayscale: #717171. Windows color (decimal): -10782083 or 8223323. OLE color: 8223323.

HSL color Cylindrical-coordinate representation of color #5B7A7D: hue angle of 185.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7A7D is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB91122125-
CMYK0.270.0200.51
HSL185.29º15.74%42.35%-
HSV(B)185.29º27.2%49.02%-
XYZ14.9817.6222.01-
YUV113.07134.73112.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.92%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=26.92%
G=36.09%
B=36.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911221250.270.0200.51185.2915.7442.35
Hex5B7A7D1B2033b9102a
Octal1331721753320632712052
Binary101101111110101111101110111001100111011100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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