#5C725E

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

Shades of Killarney #5C725E

Tints of Killarney #5C725E

Color information

#5C725E (or 0x5C725E) is unknown color: approx Killarney. HEX triplet: 5C, 72 and 5E. RGB value is (92,114,94). Sum of RGB (Red+Green+Blue) = 92+114+94=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #5C725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C725E is #A38DA1. Grayscale: #696969. Windows color (decimal): -10718626 or 6189660. OLE color: 6189660.

HSL color Cylindrical-coordinate representation of color #5C725E: hue angle of 125.45º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C725E is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9211494-
CMYK0.1900.180.55
HSL125.45º10.68%40.39%-
HSV(B)125.45º19.3%44.71%-
XYZ12.4515.1212.85-
YUV105.14121.71118.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.67%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=30.67%
G=38%
B=31.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92114940.1900.180.55125.4510.6840.39
Hex5C725E13012377db28
Octal13416213623022671751350
Binary1011100111001010111101001101001011011111111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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