Html Css Color HEX #5A745D Killarney

📋 copy color: '#5A745D'

red 90 ◦ green 116 ◦ blue 93

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

Shades of Killarney #5A745D

Tints of Killarney #5A745D

RGB

 RED value IS 90 (35.55% from 255) = 30.1%

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 30.1%
G = 38.8%
B = 31.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#5A745D (or 0x5A745D) is known color: Killarney. HEX triplet: 5A, 74 and 5D. RGB value is (90,116,93). Sum of RGB (Red+Green+Blue) = 90+116+93=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #5A745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A745D is #A58BA2. Grayscale: #696969. Windows color (decimal): -10849187 or 6124634. OLE color: 6124634.

HSL color Cylindrical-coordinate representation of color #5A745D: hue angle of 126.92º 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 #5A745D is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 116 93 -
CMYK 0.22 0 0.20 0.55
HSL 126.92º 0.13% 0.4% -
HSV(B) 126.92º 0.22% 0.45% -
XYZ 12.44 15.45 12.68 -
YUV 105.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 90 116 93 0.22 0 0.20 0.55 126.92 0.13 0.4
Hex 5A 74 5D 16 0 14 37 7F D 28
Octal 132 164 135 26 0 24 67 177 15 50
Binary 1011010 1110100 1011101 10110 0 10100 110111 1111111 1101 101000

Color Harmonies of #5A745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A745D

Black with #5A745D

Text Example


Text Example

White with #5A745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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