Html Css Color HEX #555640 Kelp

📋 copy color: '#555640'

red 85 ◦ green 86 ◦ blue 64

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

Shades of Kelp #555640

Tints of Kelp #555640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

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

R = 36.17%
G = 36.6%
B = 27.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#555640 (or 0x555640) is known color: Kelp. HEX triplet: 55, 56 and 40. RGB value is (85,86,64). Sum of RGB (Red+Green+Blue) = 85+86+64=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #555640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555640 is #AAA9BF. Grayscale: #535353. Windows color (decimal): -11184576 or 4216405. OLE color: 4216405.

HSL color Cylindrical-coordinate representation of color #555640: hue angle of 62.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555640 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 64 -
CMYK 0.01 0 0.26 0.66
HSL 62.73º 0.15% 0.29% -
HSV(B) 62.73º 0.26% 0.34% -
XYZ 8 8.96 6.16 -
YUV 83.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 85 86 64 0.01 0 0.26 0.66 62.73 0.15 0.29
Hex 55 56 40 1 0 1A 42 3F F 1D
Octal 125 126 100 1 0 32 102 77 17 35
Binary 1010101 1010110 1000000 1 0 11010 1000010 111111 1111 11101

Color Harmonies of #555640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555640

Black with #555640

Text Example


Text Example

White with #555640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555640; }

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

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

background-color css

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

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

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

border-color css

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

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

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