#5A745E

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

Shades of Killarney #5A745E

Tints of Killarney #5A745E

Color information

#5A745E (or 0x5A745E) is unknown color: approx Killarney. HEX triplet: 5A, 74 and 5E. RGB value is (90,116,94). Sum of RGB (Red+Green+Blue) = 90+116+94=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #5A745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A745E is #A58BA1. Grayscale: #696969. Windows color (decimal): -10849186 or 6190170. OLE color: 6190170.

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

Color convert

RGB9011694-
CMYK0.2200.190.55
HSL129.23º12.62%40.39%-
HSV(B)129.23º22.41%45.49%-
XYZ12.4815.4712.92-
YUV105.72121.39116.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=30%
G=38.67%
B=31.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90116940.2200.190.55129.2312.6240.39
Hex5A745E160133781d28
Octal13216413626023672011550
Binary10110101110100101111010110010011110111100000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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