#555745

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

Shades of Kelp #555745

Tints of Kelp #555745

Color information

#555745 (or 0x555745) is unknown color: approx Kelp. HEX triplet: 55, 57 and 45. RGB value is (85,87,69). Sum of RGB (Red+Green+Blue) = 85+87+69=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #555745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555745 is #AAA8BA. Grayscale: #545454. Windows color (decimal): -11184315 or 4544341. OLE color: 4544341.

HSL color Cylindrical-coordinate representation of color #555745: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555745 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB858769-
CMYK0.0200.210.66
HSL66.67º11.54%30.59%-
HSV(B)66.67º20.69%34.12%-
XYZ8.239.186.97-
YUV84.35119.34128.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=35.27%
G=36.10%
B=28.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587690.0200.210.6666.6711.5430.59
Hex55574520154243c1f
Octal12512710520251021031437
Binary1010101101011110001011001010110000101000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555745; }

 p { color: rgb(85,87,69); }

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

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

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

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

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

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

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