#565946

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

Shades of Kelp #565946

Tints of Kelp #565946

Color information

#565946 (or 0x565946) is unknown color: approx Kelp. HEX triplet: 56, 59 and 46. RGB value is (86,89,70). Sum of RGB (Red+Green+Blue) = 86+89+70=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #565946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565946 is #A9A6B9. Grayscale: #565656. Windows color (decimal): -11118266 or 4610390. OLE color: 4610390.

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

Color convert

RGB868970-
CMYK0.0300.210.65
HSL69.47º11.95%31.18%-
HSV(B)69.47º21.35%34.9%-
XYZ8.529.577.19-
YUV85.94119.01128.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 70 (27.73% from 255) = 28.57%
R=35.10%
G=36.33%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689700.0300.210.6569.4711.9531.18
Hex56594630154145c1f
Octal12613110630251011051437
Binary1010110101100110001101101010110000011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565946; }

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

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

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

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

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

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

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

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