Html Css Color HEX #555844 Kelp

📋 copy color: '#555844'

red 85 ◦ green 88 ◦ blue 68

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

Shades of Kelp #555844

Tints of Kelp #555844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 35.27%
G = 36.51%
B = 28.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#555844 (or 0x555844) is known color: Kelp. HEX triplet: 55, 58 and 44. RGB value is (85,88,68). Sum of RGB (Red+Green+Blue) = 85+88+68=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #555844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555844 is #AAA7BB. Grayscale: #545454. Windows color (decimal): -11184060 or 4479061. OLE color: 4479061.

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

Color convert

RGB 85 88 68 -
CMYK 0.03 0 0.23 0.65
HSL 69º 0.13% 0.31% -
HSV(B) 69º 0.23% 0.35% -
XYZ 8.28 9.33 6.83 -
YUV 84.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 85 88 68 0.03 0 0.23 0.65 69 0.13 0.31
Hex 55 58 44 3 0 17 41 45 D 1F
Octal 125 130 104 3 0 27 101 105 15 37
Binary 1010101 1011000 1000100 11 0 10111 1000001 1000101 1101 11111

Color Harmonies of #555844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555844

Black with #555844

Text Example


Text Example

White with #555844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555844; }

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

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

background-color css

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

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

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

border-color css

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

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

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