Html Css Color HEX #5A755E Killarney

📋 copy color: '#5A755E'

red 90 ◦ green 117 ◦ blue 94

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

Shades of Killarney #5A755E

Tints of Killarney #5A755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

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

R = 29.9%
G = 38.87%
B = 31.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#5A755E (or 0x5A755E) is known color: Killarney. HEX triplet: 5A, 75 and 5E. RGB value is (90,117,94). Sum of RGB (Red+Green+Blue) = 90+117+94=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #5A755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A755E is #A58AA1. Grayscale: #6A6A6A. Windows color (decimal): -10848930 or 6190426. OLE color: 6190426.

HSL color Cylindrical-coordinate representation of color #5A755E: hue angle of 128.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A755E is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 94 -
CMYK 0.23 0 0.20 0.54
HSL 128.89º 0.13% 0.41% -
HSV(B) 128.89º 0.23% 0.46% -
XYZ 12.6 15.7 12.96 -
YUV 106.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 90 117 94 0.23 0 0.20 0.54 128.89 0.13 0.41
Hex 5A 75 5E 17 0 14 36 81 D 29
Octal 132 165 136 27 0 24 66 201 15 51
Binary 1011010 1110101 1011110 10111 0 10100 110110 10000001 1101 101001

Color Harmonies of #5A755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A755E

Black with #5A755E

Text Example


Text Example

White with #5A755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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