Html Css Color HEX #55875C Killarney

📋 copy color: '#55875C'

red 85 ◦ green 135 ◦ blue 92

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

Shades of Killarney #55875C

Tints of Killarney #55875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

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

R = 27.24%
G = 43.27%
B = 29.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#55875C (or 0x55875C) is known color: Killarney. HEX triplet: 55, 87 and 5C. RGB value is (85,135,92). Sum of RGB (Red+Green+Blue) = 85+135+92=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #55875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55875C is #AA78A3. Grayscale: #737373. Windows color (decimal): -11172004 or 6063957. OLE color: 6063957.

HSL color Cylindrical-coordinate representation of color #55875C: hue angle of 128.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55875C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 135 92 -
CMYK 0.37 0 0.32 0.47
HSL 128.4º 0.23% 0.43% -
HSV(B) 128.4º 0.37% 0.53% -
XYZ 14.34 20.03 13.24 -
YUV 115.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 85 135 92 0.37 0 0.32 0.47 128.4 0.23 0.43
Hex 55 87 5C 25 0 20 2F 80 17 2B
Octal 125 207 134 45 0 40 57 200 27 53
Binary 1010101 10000111 1011100 100101 0 100000 101111 10000000 10111 101011

Color Harmonies of #55875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55875C

Black with #55875C

Text Example


Text Example

White with #55875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55875C; }

 p { color: rgb(85,135,92); }

 H1.HeaderClassName
 {
   color: #55875C;
 }
 .AnyTagClassName
 {
   color: #55875C;
 }
</style>

background-color css

<style>
 a { background-color: #55875C; }

 a { background-color: rgb(85,135,92); }

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

border-color css

<style>
 span { border-color: #55875C; }

 span { border-color: rgb(85,135,92); }

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