#585B3C

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

Shades of Kelp #585B3C

Tints of Kelp #585B3C

Color information

#585B3C (or 0x585B3C) is unknown color: approx Kelp. HEX triplet: 58, 5B and 3C. RGB value is (88,91,60). Sum of RGB (Red+Green+Blue) = 88+91+60=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #585B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B3C is #A7A4C3. Grayscale: #565656. Windows color (decimal): -10986692 or 3955544. OLE color: 3955544.

HSL color Cylindrical-coordinate representation of color #585B3C: hue angle of 65.81º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585B3C is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB889160-
CMYK0.0300.340.64
HSL65.81º20.53%29.61%-
HSV(B)65.81º34.07%35.69%-
XYZ8.589.885.73-
YUV86.57113.01129.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=36.82%
G=38.08%
B=25.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891600.0300.340.6465.8120.5329.61
Hex585B3C30224042151e
Octal1301337430421001022536
Binary10110001011011111100110100010100000010000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585B3C; }

 p { color: rgb(88,91,60); }

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

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

 a { background-color: rgb(88,91,60); }

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

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

 span { border-color: rgb(88,91,60); }

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