Html Css Color HEX #555B3E Kelp

📋 copy color: '#555B3E'

red 85 ◦ green 91 ◦ blue 62

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

Shades of Kelp #555B3E

Tints of Kelp #555B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 35.71%
G = 38.24%
B = 26.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#555B3E (or 0x555B3E) is known color: Kelp. HEX triplet: 55, 5B and 3E. RGB value is (85,91,62). Sum of RGB (Red+Green+Blue) = 85+91+62=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #555B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B3E is #AAA4C1. Grayscale: #565656. Windows color (decimal): -11183298 or 4086613. OLE color: 4086613.

HSL color Cylindrical-coordinate representation of color #555B3E: hue angle of 72.41º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #555B3E is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 62 -
CMYK 0.07 0 0.32 0.64
HSL 72.41º 0.19% 0.3% -
HSV(B) 72.41º 0.32% 0.36% -
XYZ 8.36 9.76 6 -
YUV 85.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 85 91 62 0.07 0 0.32 0.64 72.41 0.19 0.3
Hex 55 5B 3E 7 0 20 40 48 13 1E
Octal 125 133 76 7 0 40 100 110 23 36
Binary 1010101 1011011 111110 111 0 100000 1000000 1001000 10011 11110

Color Harmonies of #555B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B3E

Black with #555B3E

Text Example


Text Example

White with #555B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555B3E; }

 p { color: rgb(85,91,62); }

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

background-color css

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

 a { background-color: rgb(85,91,62); }

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

border-color css

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

 span { border-color: rgb(85,91,62); }

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