Html Css Color HEX #555744 Kelp

📋 copy color: '#555744'

red 85 ◦ green 87 ◦ blue 68

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

Shades of Kelp #555744

Tints of Kelp #555744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

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

R = 35.42%
G = 36.25%
B = 28.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#555744 (or 0x555744) is known color: Kelp. HEX triplet: 55, 57 and 44. RGB value is (85,87,68). Sum of RGB (Red+Green+Blue) = 85+87+68=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #555744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555744 is #AAA8BB. Grayscale: #545454. Windows color (decimal): -11184316 or 4478805. OLE color: 4478805.

HSL color Cylindrical-coordinate representation of color #555744: hue angle of 66.32º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555744 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 87 68 -
CMYK 0.02 0 0.22 0.66
HSL 66.32º 0.12% 0.3% -
HSV(B) 66.32º 0.22% 0.34% -
XYZ 8.2 9.17 6.81 -
YUV 84.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 85 87 68 0.02 0 0.22 0.66 66.32 0.12 0.3
Hex 55 57 44 2 0 16 42 42 C 1E
Octal 125 127 104 2 0 26 102 102 14 36
Binary 1010101 1010111 1000100 10 0 10110 1000010 1000010 1100 11110

Color Harmonies of #555744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555744

Black with #555744

Text Example


Text Example

White with #555744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555744; }

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

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

background-color css

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

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

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

border-color css

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

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

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