Html Css Color HEX #5A785C Killarney

📋 copy color: '#5A785C'

red 90 ◦ green 120 ◦ blue 92

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

Shades of Killarney #5A785C

Tints of Killarney #5A785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 29.8%
G = 39.74%
B = 30.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#5A785C (or 0x5A785C) is known color: Killarney. HEX triplet: 5A, 78 and 5C. RGB value is (90,120,92). Sum of RGB (Red+Green+Blue) = 90+120+92=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #5A785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A785C is #A587A3. Grayscale: #6B6B6B. Windows color (decimal): -10848164 or 6060122. OLE color: 6060122.

HSL color Cylindrical-coordinate representation of color #5A785C: hue angle of 124º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A785C is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 120 92 -
CMYK 0.25 0 0.23 0.53
HSL 124º 0.14% 0.41% -
HSV(B) 124º 0.25% 0.47% -
XYZ 12.86 16.38 12.61 -
YUV 107.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 90 120 92 0.25 0 0.23 0.53 124 0.14 0.41
Hex 5A 78 5C 19 0 17 35 7C E 29
Octal 132 170 134 31 0 27 65 174 16 51
Binary 1011010 1111000 1011100 11001 0 10111 110101 1111100 1110 101001

Color Harmonies of #5A785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A785C

Black with #5A785C

Text Example


Text Example

White with #5A785C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,120,92); }

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

background-color css

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

 a { background-color: rgb(90,120,92); }

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

border-color css

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

 span { border-color: rgb(90,120,92); }

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