Html Css Color HEX #5C7377 Blue Bayoux

📋 copy color: '#5C7377'

red 92 ◦ green 115 ◦ blue 119

#5C7377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #5C7377

Tints of Blue Bayoux #5C7377

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.5%

R = 28.22%
G = 35.28%
B = 36.5%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C7377 (or 0x5C7377) is known color: 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

RGB 92 115 119 -
CMYK 0.23 0.03 0 0.53
HSL 188.89º 0.13% 0.41% -
HSV(B) 188.89º 0.23% 0.47% -
XYZ 13.87 15.87 19.78 -
YUV 108.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 92 115 119 0.23 0.03 0 0.53 188.89 0.13 0.41
Hex 5C 73 77 17 3 0 35 BD D 29
Octal 134 163 167 27 3 0 65 275 15 51
Binary 1011100 1110011 1110111 10111 11 0 110101 10111101 1101 101001

Color Harmonies of #5C7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7377

Black with #5C7377

Text Example


Text Example

White with #5C7377

Text Example


Text Example

HTML Codes & Css Web 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>