Html Css Color HEX #55855C Killarney

📋 copy color: '#55855C'

red 85 ◦ green 133 ◦ blue 92

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

Shades of Killarney #55855C

Tints of Killarney #55855C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

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

R = 27.42%
G = 42.9%
B = 29.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#55855C (or 0x55855C) is known color: Killarney. HEX triplet: 55, 85 and 5C. RGB value is (85,133,92). Sum of RGB (Red+Green+Blue) = 85+133+92=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #55855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55855C is #AA7AA3. Grayscale: #727272. Windows color (decimal): -11172516 or 6063445. OLE color: 6063445.

HSL color Cylindrical-coordinate representation of color #55855C: hue angle of 128.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55855C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 92 -
CMYK 0.36 0 0.31 0.48
HSL 128.75º 0.22% 0.43% -
HSV(B) 128.75º 0.36% 0.52% -
XYZ 14.07 19.48 13.14 -
YUV 113.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 85 133 92 0.36 0 0.31 0.48 128.75 0.22 0.43
Hex 55 85 5C 24 0 1F 30 81 16 2B
Octal 125 205 134 44 0 37 60 201 26 53
Binary 1010101 10000101 1011100 100100 0 11111 110000 10000001 10110 101011

Color Harmonies of #55855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55855C

Black with #55855C

Text Example


Text Example

White with #55855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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