#55553E

Color #55553E Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #55553E

Tints of Kelp #55553E

Color information

#55553E (or 0x55553E) is unknown color: approx Kelp. HEX triplet: 55, 55 and 3E. RGB value is (85,85,62). Sum of RGB (Red+Green+Blue) = 85+85+62=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55553E is #AAAAC1. Grayscale: #525252. Windows color (decimal): -11184834 or 4085077. OLE color: 4085077.

HSL color Cylindrical-coordinate representation of color #55553E: hue angle of 60º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55553E is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB858562-
CMYK000.270.67
HSL60º15.65%28.82%-
HSV(B)60º27.06%33.33%-
XYZ7.868.785.84-
YUV82.38116.5129.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=36.64%
G=36.64%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858562000.270.676015.6528.82
Hex55553E001B433c101d
Octal125125760033103742035
Binary10101011010101111110001101110000111111001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55553E; }

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

 H1.HeaderClassName
 {
   color: #55553E;
 }
 .AnyTagClassName
 {
   color: #55553E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55553E;
 }
 .BgClassName
 {
   background-color: #55553E;
 }
</style>
border-color css

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

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

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