#5C7377

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

Shades of Blue Bayoux #5C7377

Tints of Blue Bayoux #5C7377

Color information

#5C7377 (or 0x5C7377) is unknown color: approx Blue Bayoux. HEX triplet: 5C, 73 and 77. RGB value is (92,115,119). Sum of RGB (Red+Green+Blue) = 92+115+119=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C7377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7377 is #A38C88. Grayscale: #6C6C6C. Windows color (decimal): -10718345 or 7828316. OLE color: 7828316.

HSL color Cylindrical-coordinate representation of color #5C7377: hue angle of 188.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7377 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB92115119-
CMYK0.230.0300.53
HSL188.89º12.8%41.37%-
HSV(B)188.89º22.69%46.67%-
XYZ13.8715.8719.78-
YUV108.58133.88116.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.22%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=28.22%
G=35.28%
B=36.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921151190.230.0300.53188.8912.841.37
Hex5C7377173035bdd29
Octal1341631672730652751551
Binary10111001110011111011110111110110101101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,119); }

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

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

 a { background-color: rgb(92,115,119); }

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

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

 span { border-color: rgb(92,115,119); }

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