#5C7C63

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

Shades of Como #5C7C63

Tints of Como #5C7C63

Color information

#5C7C63 (or 0x5C7C63) is unknown color: approx Como. HEX triplet: 5C, 7C and 63. RGB value is (92,124,99). Sum of RGB (Red+Green+Blue) = 92+124+99=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7C63 is #A3839C. Grayscale: #6F6F6F. Windows color (decimal): -10716061 or 6519900. OLE color: 6519900.

HSL color Cylindrical-coordinate representation of color #5C7C63: hue angle of 133.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7C63 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB9212499-
CMYK0.2600.200.51
HSL133.12º14.81%42.35%-
HSV(B)133.12º25.81%48.63%-
XYZ13.8717.5914.47-
YUV111.58120.9114.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.21%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=29.21%
G=39.37%
B=31.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92124990.2600.200.51133.1214.8142.35
Hex5C7C631A0143385f2a
Octal13417414332024632051752
Binary10111001111100110001111010010100110011100001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,124,99); }

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

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

 a { background-color: rgb(92,124,99); }

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

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

 span { border-color: rgb(92,124,99); }

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