Html Css Color HEX #55785B Killarney

📋 copy color: '#55785B'

red 85 ◦ green 120 ◦ blue 91

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

Shades of Killarney #55785B

Tints of Killarney #55785B

RGB

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

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

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

R = 28.72%
G = 40.54%
B = 30.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#55785B (or 0x55785B) is known color: Killarney. HEX triplet: 55, 78 and 5B. RGB value is (85,120,91). Sum of RGB (Red+Green+Blue) = 85+120+91=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #55785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55785B is #AA87A4. Grayscale: #6A6A6A. Windows color (decimal): -11175845 or 5994581. OLE color: 5994581.

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

Color convert

RGB 85 120 91 -
CMYK 0.29 0 0.24 0.53
HSL 130.29º 0.17% 0.4% -
HSV(B) 130.29º 0.29% 0.47% -
XYZ 12.35 16.12 12.36 -
YUV 106.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 85 120 91 0.29 0 0.24 0.53 130.29 0.17 0.4
Hex 55 78 5B 1D 0 18 35 82 11 28
Octal 125 170 133 35 0 30 65 202 21 50
Binary 1010101 1111000 1011011 11101 0 11000 110101 10000010 10001 101000

Color Harmonies of #55785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55785B

Black with #55785B

Text Example


Text Example

White with #55785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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