Html Css Color HEX #55795B Killarney

📋 copy color: '#55795B'

red 85 ◦ green 121 ◦ blue 91

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

Shades of Killarney #55795B

Tints of Killarney #55795B

RGB

 RED value IS 85 (33.59% from 255) = 28.62%

 GREEN value IS 121 (47.66% from 255) = 40.74%

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

R = 28.62%
G = 40.74%
B = 30.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#55795B (or 0x55795B) is known color: Killarney. HEX triplet: 55, 79 and 5B. RGB value is (85,121,91). Sum of RGB (Red+Green+Blue) = 85+121+91=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #55795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55795B is #AA86A4. Grayscale: #6A6A6A. Windows color (decimal): -11175589 or 5994837. OLE color: 5994837.

HSL color Cylindrical-coordinate representation of color #55795B: hue angle of 130º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55795B is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 91 -
CMYK 0.30 0 0.25 0.53
HSL 130º 0.17% 0.4% -
HSV(B) 130º 0.3% 0.47% -
XYZ 12.47 16.36 12.4 -
YUV 106.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 85 121 91 0.30 0 0.25 0.53 130 0.17 0.4
Hex 55 79 5B 1E 0 19 35 82 11 28
Octal 125 171 133 36 0 31 65 202 21 50
Binary 1010101 1111001 1011011 11110 0 11001 110101 10000010 10001 101000

Color Harmonies of #55795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55795B

Black with #55795B

Text Example


Text Example

White with #55795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55795B; }

 p { color: rgb(85,121,91); }

 H1.HeaderClassName
 {
   color: #55795B;
 }
 .AnyTagClassName
 {
   color: #55795B;
 }
</style>

background-color css

<style>
 a { background-color: #55795B; }

 a { background-color: rgb(85,121,91); }

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

border-color css

<style>
 span { border-color: #55795B; }

 span { border-color: rgb(85,121,91); }

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