#565848

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

Shades of Ship Grey #565848

Tints of Ship Grey #565848

Color information

#565848 (or 0x565848) is unknown color: approx Ship Grey. HEX triplet: 56, 58 and 48. RGB value is (86,88,72). Sum of RGB (Red+Green+Blue) = 86+88+72=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #565848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565848 is #A9A7B7. Grayscale: #555555. Windows color (decimal): -11118520 or 4741206. OLE color: 4741206.

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

Color convert

RGB868872-
CMYK0.0200.180.65
HSL67.5º10%31.37%-
HSV(B)67.5º18.18%34.51%-
XYZ8.59.437.5-
YUV85.58120.34128.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=34.96%
G=35.77%
B=29.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688720.0200.180.6567.51031.37
Hex56584820124144a1f
Octal12613011020221011041237
Binary1010110101100010010001001001010000011000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565848; }

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

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

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

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

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

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

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

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