Html Css Color HEX #555B3D Kelp

📋 copy color: '#555B3D'

red 85 ◦ green 91 ◦ blue 61

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

Shades of Kelp #555B3D

Tints of Kelp #555B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 35.86%
G = 38.4%
B = 25.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#555B3D (or 0x555B3D) is known color: Kelp. HEX triplet: 55, 5B and 3D. RGB value is (85,91,61). Sum of RGB (Red+Green+Blue) = 85+91+61=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #555B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B3D is #AAA4C2. Grayscale: #555555. Windows color (decimal): -11183299 or 4021077. OLE color: 4021077.

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

Color convert

RGB 85 91 61 -
CMYK 0.07 0 0.33 0.64
HSL 72º 0.2% 0.3% -
HSV(B) 72º 0.33% 0.36% -
XYZ 8.33 9.75 5.86 -
YUV 85.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 85 91 61 0.07 0 0.33 0.64 72 0.2 0.3
Hex 55 5B 3D 7 0 21 40 48 14 1E
Octal 125 133 75 7 0 41 100 110 24 36
Binary 1010101 1011011 111101 111 0 100001 1000000 1001000 10100 11110

Color Harmonies of #555B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B3D

Black with #555B3D

Text Example


Text Example

White with #555B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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