#5C7372

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

Shades of William #5C7372

Tints of William #5C7372

Color information

#5C7372 (or 0x5C7372) is unknown color: approx William. HEX triplet: 5C, 73 and 72. RGB value is (92,115,114). Sum of RGB (Red+Green+Blue) = 92+115+114=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7372 is #A38C8D. Grayscale: #6B6B6B. Windows color (decimal): -10718350 or 7500636. OLE color: 7500636.

HSL color Cylindrical-coordinate representation of color #5C7372: hue angle of 177.39º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C7372 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB92115114-
CMYK0.2000.010.55
HSL177.39º11.11%40.59%-
HSV(B)177.39º20%45.1%-
XYZ13.5815.7518.24-
YUV108.01131.38116.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=28.66%
G=35.83%
B=35.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921151140.2000.010.55177.3911.1140.59
Hex5C7372140137b1b29
Octal1341631622401672611351
Binary1011100111001111100101010001110111101100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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