Html Css Color HEX #555841 Kelp

📋 copy color: '#555841'

red 85 ◦ green 88 ◦ blue 65

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

Shades of Kelp #555841

Tints of Kelp #555841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.97%

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

R = 35.71%
G = 36.97%
B = 27.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#555841 (or 0x555841) is known color: Kelp. HEX triplet: 55, 58 and 41. RGB value is (85,88,65). Sum of RGB (Red+Green+Blue) = 85+88+65=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #555841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555841 is #AAA7BE. Grayscale: #545454. Windows color (decimal): -11184063 or 4282453. OLE color: 4282453.

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

Color convert

RGB 85 88 65 -
CMYK 0.03 0 0.26 0.65
HSL 67.83º 0.15% 0.3% -
HSV(B) 67.83º 0.26% 0.35% -
XYZ 8.19 9.29 6.36 -
YUV 84.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 85 88 65 0.03 0 0.26 0.65 67.83 0.15 0.3
Hex 55 58 41 3 0 1A 41 44 F 1E
Octal 125 130 101 3 0 32 101 104 17 36
Binary 1010101 1011000 1000001 11 0 11010 1000001 1000100 1111 11110

Color Harmonies of #555841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555841

Black with #555841

Text Example


Text Example

White with #555841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555841; }

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

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

background-color css

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

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

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

border-color css

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

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

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