Html Css Color HEX #5A765D Killarney

📋 copy color: '#5A765D'

red 90 ◦ green 118 ◦ blue 93

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

Shades of Killarney #5A765D

Tints of Killarney #5A765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 29.9%
G = 39.2%
B = 30.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#5A765D (or 0x5A765D) is known color: Killarney. HEX triplet: 5A, 76 and 5D. RGB value is (90,118,93). Sum of RGB (Red+Green+Blue) = 90+118+93=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #5A765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A765D is #A589A2. Grayscale: #6A6A6A. Windows color (decimal): -10848675 or 6125146. OLE color: 6125146.

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

Color convert

RGB 90 118 93 -
CMYK 0.24 0 0.21 0.54
HSL 126.43º 0.13% 0.41% -
HSV(B) 126.43º 0.24% 0.46% -
XYZ 12.67 15.92 12.76 -
YUV 106.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 90 118 93 0.24 0 0.21 0.54 126.43 0.13 0.41
Hex 5A 76 5D 18 0 15 36 7E D 29
Octal 132 166 135 30 0 25 66 176 15 51
Binary 1011010 1110110 1011101 11000 0 10101 110110 1111110 1101 101001

Color Harmonies of #5A765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A765D

Black with #5A765D

Text Example


Text Example

White with #5A765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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