Html Css Color HEX #555840 Kelp

📋 copy color: '#555840'

red 85 ◦ green 88 ◦ blue 64

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

Shades of Kelp #555840

Tints of Kelp #555840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27%

R = 35.86%
G = 37.13%
B = 27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#555840 (or 0x555840) is known color: Kelp. HEX triplet: 55, 58 and 40. RGB value is (85,88,64). Sum of RGB (Red+Green+Blue) = 85+88+64=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #555840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555840 is #AAA7BF. Grayscale: #545454. Windows color (decimal): -11184064 or 4216917. OLE color: 4216917.

HSL color Cylindrical-coordinate representation of color #555840: hue angle of 67.5º 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 #555840 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 64 -
CMYK 0.03 0 0.27 0.65
HSL 67.5º 0.16% 0.3% -
HSV(B) 67.5º 0.27% 0.35% -
XYZ 8.16 9.28 6.21 -
YUV 84.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 85 88 64 0.03 0 0.27 0.65 67.5 0.16 0.3
Hex 55 58 40 3 0 1B 41 44 10 1E
Octal 125 130 100 3 0 33 101 104 20 36
Binary 1010101 1011000 1000000 11 0 11011 1000001 1000100 10000 11110

Color Harmonies of #555840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555840

Black with #555840

Text Example


Text Example

White with #555840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555840; }

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

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

background-color css

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

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

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

border-color css

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

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

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