Html Css Color HEX #555941 Kelp

📋 copy color: '#555941'

red 85 ◦ green 89 ◦ blue 65

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

Shades of Kelp #555941

Tints of Kelp #555941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 35.56%
G = 37.24%
B = 27.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#555941 (or 0x555941) is known color: Kelp. HEX triplet: 55, 59 and 41. RGB value is (85,89,65). Sum of RGB (Red+Green+Blue) = 85+89+65=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #555941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555941 is #AAA6BE. Grayscale: #555555. Windows color (decimal): -11183807 or 4282709. OLE color: 4282709.

HSL color Cylindrical-coordinate representation of color #555941: hue angle of 70º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555941 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 65 -
CMYK 0.04 0 0.27 0.65
HSL 70º 0.16% 0.3% -
HSV(B) 70º 0.27% 0.35% -
XYZ 8.27 9.46 6.39 -
YUV 85.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 85 89 65 0.04 0 0.27 0.65 70 0.16 0.3
Hex 55 59 41 4 0 1B 41 46 10 1E
Octal 125 131 101 4 0 33 101 106 20 36
Binary 1010101 1011001 1000001 100 0 11011 1000001 1000110 10000 11110

Color Harmonies of #555941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555941

Black with #555941

Text Example


Text Example

White with #555941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555941; }

 p { color: rgb(85,89,65); }

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

background-color css

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

 a { background-color: rgb(85,89,65); }

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

border-color css

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

 span { border-color: rgb(85,89,65); }

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