#565948

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

Shades of Kelp #565948

Tints of Kelp #565948

Color information

#565948 (or 0x565948) is unknown color: approx Kelp. HEX triplet: 56, 59 and 48. RGB value is (86,89,72). Sum of RGB (Red+Green+Blue) = 86+89+72=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #565948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565948 is #A9A6B7. Grayscale: #565656. Windows color (decimal): -11118264 or 4741462. OLE color: 4741462.

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

Color convert

RGB868972-
CMYK0.0300.190.65
HSL70.59º10.56%31.57%-
HSV(B)70.59º19.1%34.9%-
XYZ8.589.597.53-
YUV86.16120.01127.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=34.82%
G=36.03%
B=29.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689720.0300.190.6570.5910.5631.57
Hex56594830134147b20
Octal12613111030231011071340
Binary10101101011001100100011010011100000110001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565948; }

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

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

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

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

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

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

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

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