Html Css Color HEX #5A705B Killarney

📋 copy color: '#5A705B'

red 90 ◦ green 112 ◦ blue 91

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

Shades of Killarney #5A705B

Tints of Killarney #5A705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 30.72%
G = 38.23%
B = 31.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#5A705B (or 0x5A705B) is known color: Killarney. HEX triplet: 5A, 70 and 5B. RGB value is (90,112,91). Sum of RGB (Red+Green+Blue) = 90+112+91=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #5A705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A705B is #A58FA4. Grayscale: #676767. Windows color (decimal): -10850213 or 5992538. OLE color: 5992538.

HSL color Cylindrical-coordinate representation of color #5A705B: hue angle of 122.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A705B is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 112 91 -
CMYK 0.20 0 0.19 0.56
HSL 122.73º 0.11% 0.4% -
HSV(B) 122.73º 0.2% 0.44% -
XYZ 11.9 14.52 12.07 -
YUV 103.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 90 112 91 0.20 0 0.19 0.56 122.73 0.11 0.4
Hex 5A 70 5B 14 0 13 38 7B B 28
Octal 132 160 133 24 0 23 70 173 13 50
Binary 1011010 1110000 1011011 10100 0 10011 111000 1111011 1011 101000

Color Harmonies of #5A705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A705B

Black with #5A705B

Text Example


Text Example

White with #5A705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,91); }

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

background-color css

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

 a { background-color: rgb(90,112,91); }

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

border-color css

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

 span { border-color: rgb(90,112,91); }

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