#5C6B77

Color #5C6B77 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #5C6B77

Tints of Mid Grey #5C6B77

Color information

#5C6B77 (or 0x5C6B77) is unknown color: approx Mid Grey. HEX triplet: 5C, 6B and 77. RGB value is (92,107,119). Sum of RGB (Red+Green+Blue) = 92+107+119=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C6B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6B77 is #A39488. Grayscale: #676767. Windows color (decimal): -10720393 or 7826268. OLE color: 7826268.

HSL color Cylindrical-coordinate representation of color #5C6B77: hue angle of 206.67º 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 #5C6B77 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB92107119-
CMYK0.230.1000.53
HSL206.67º12.8%41.37%-
HSV(B)206.67º22.69%46.67%-
XYZ1314.1219.49-
YUV103.88136.53119.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=28.93%
G=33.65%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921071190.230.1000.53206.6712.841.37
Hex5C6B7717A035cfd29
Octal13415316727120653171551
Binary1011100110101111101111011110100110101110011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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