Html Css Color HEX #55835C Killarney

📋 copy color: '#55835C'

red 85 ◦ green 131 ◦ blue 92

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

Shades of Killarney #55835C

Tints of Killarney #55835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

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

R = 27.6%
G = 42.53%
B = 29.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#55835C (or 0x55835C) is known color: Killarney. HEX triplet: 55, 83 and 5C. RGB value is (85,131,92). Sum of RGB (Red+Green+Blue) = 85+131+92=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #55835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55835C is #AA7CA3. Grayscale: #707070. Windows color (decimal): -11173028 or 6062933. OLE color: 6062933.

HSL color Cylindrical-coordinate representation of color #55835C: hue angle of 129.13º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55835C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 92 -
CMYK 0.35 0 0.30 0.49
HSL 129.13º 0.21% 0.42% -
HSV(B) 129.13º 0.35% 0.51% -
XYZ 13.79 18.94 13.05 -
YUV 112.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 85 131 92 0.35 0 0.30 0.49 129.13 0.21 0.42
Hex 55 83 5C 23 0 1E 31 81 15 2A
Octal 125 203 134 43 0 36 61 201 25 52
Binary 1010101 10000011 1011100 100011 0 11110 110001 10000001 10101 101010

Color Harmonies of #55835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55835C

Black with #55835C

Text Example


Text Example

White with #55835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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