#565942

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

Shades of Kelp #565942

Tints of Kelp #565942

Color information

#565942 (or 0x565942) is unknown color: approx Kelp. HEX triplet: 56, 59 and 42. RGB value is (86,89,66). Sum of RGB (Red+Green+Blue) = 86+89+66=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #565942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565942 is #A9A6BD. Grayscale: #555555. Windows color (decimal): -11118270 or 4348246. OLE color: 4348246.

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

Color convert

RGB868966-
CMYK0.0300.260.65
HSL67.83º14.84%30.39%-
HSV(B)67.83º25.84%34.9%-
XYZ8.399.526.55-
YUV85.48117.01128.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=35.68%
G=36.93%
B=27.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689660.0300.260.6567.8314.8430.39
Hex565942301A4144f1e
Octal12613110230321011041736
Binary1010110101100110000101101101010000011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565942; }

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

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

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

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

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

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

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

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