Html Css Color HEX #5C745E Killarney

📋 copy color: '#5C745E'

red 92 ◦ green 116 ◦ blue 94

#5C745E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #5C745E

Tints of Killarney #5C745E

RGB

 RED value IS 92 (36.33% from 255) = 30.46%

 GREEN value IS 116 (45.7% from 255) = 38.41%

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 30.46%
G = 38.41%
B = 31.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#5C745E (or 0x5C745E) is known color: Killarney. HEX triplet: 5C, 74 and 5E. RGB value is (92,116,94). Sum of RGB (Red+Green+Blue) = 92+116+94=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #5C745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C745E is #A38BA1. Grayscale: #6A6A6A. Windows color (decimal): -10718114 or 6190172. OLE color: 6190172.

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

Color convert

RGB 92 116 94 -
CMYK 0.21 0 0.19 0.55
HSL 125º 0.12% 0.41% -
HSV(B) 125º 0.21% 0.45% -
XYZ 12.68 15.57 12.93 -
YUV 106.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 92 116 94 0.21 0 0.19 0.55 125 0.12 0.41
Hex 5C 74 5E 15 0 13 37 7D C 29
Octal 134 164 136 25 0 23 67 175 14 51
Binary 1011100 1110100 1011110 10101 0 10011 110111 1111101 1100 101001

Color Harmonies of #5C745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C745E

Black with #5C745E

Text Example


Text Example

White with #5C745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C745E;
 }
 .AnyTagClassName
 {
   color: #5C745E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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