#5C7F64

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

Shades of Como #5C7F64

Tints of Como #5C7F64

Color information

#5C7F64 (or 0x5C7F64) is unknown color: approx Como. HEX triplet: 5C, 7F and 64. RGB value is (92,127,100). Sum of RGB (Red+Green+Blue) = 92+127+100=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #5C7F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7F64 is #A3809B. Grayscale: #717171. Windows color (decimal): -10715292 or 6586204. OLE color: 6586204.

HSL color Cylindrical-coordinate representation of color #5C7F64: hue angle of 133.71º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C7F64 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB92127100-
CMYK0.2800.210.50
HSL133.71º15.98%42.94%-
HSV(B)133.71º27.56%49.8%-
XYZ14.318.3714.85-
YUV113.46120.4112.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=28.84%
G=39.81%
B=31.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal921271000.2800.210.50133.7115.9842.94
Hex5C7F641C0153286102b
Octal13417714434025622062053
Binary101110011111111100100111000101011100101000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,127,100); }

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

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

 a { background-color: rgb(92,127,100); }

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

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

 span { border-color: rgb(92,127,100); }

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