#565941

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

Shades of Kelp #565941

Tints of Kelp #565941

Color information

#565941 (or 0x565941) is unknown color: approx Kelp. HEX triplet: 56, 59 and 41. RGB value is (86,89,65). Sum of RGB (Red+Green+Blue) = 86+89+65=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #565941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565941 is #A9A6BE. Grayscale: #555555. Windows color (decimal): -11118271 or 4282710. OLE color: 4282710.

HSL color Cylindrical-coordinate representation of color #565941: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565941 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB868965-
CMYK0.0300.270.65
HSL67.5º15.58%30.2%-
HSV(B)67.5º26.97%34.9%-
XYZ8.369.56.39-
YUV85.37116.51128.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=35.83%
G=37.08%
B=27.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689650.0300.270.6567.515.5830.2
Hex565941301B4144101e
Octal12613110130331011042036
Binary10101101011001100000111011011100000110001001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565941; }

 p { color: rgb(86,89,65); }

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

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

 a { background-color: rgb(86,89,65); }

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

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

 span { border-color: rgb(86,89,65); }

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