#5D797B

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

Shades of Blue Bayoux #5D797B

Tints of Blue Bayoux #5D797B

Color information

#5D797B (or 0x5D797B) is unknown color: approx Blue Bayoux. HEX triplet: 5D, 79 and 7B. RGB value is (93,121,123). Sum of RGB (Red+Green+Blue) = 93+121+123=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D797B is #A28684. Grayscale: #707070. Windows color (decimal): -10651269 or 8091997. OLE color: 8091997.

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

Color convert

RGB93121123-
CMYK0.240.0200.52
HSL184º13.89%42.35%-
HSV(B)184º24.39%48.24%-
XYZ14.9317.4321.32-
YUV112.86133.72113.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=27.60%
G=35.91%
B=36.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal931211230.240.0200.5218413.8942.35
Hex5D797B182034b8e2a
Octal1351711733020642701652
Binary10111011111001111101111000100110100101110001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,121,123); }

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

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

 a { background-color: rgb(93,121,123); }

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

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

 span { border-color: rgb(93,121,123); }

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