Html Css Color HEX #565848 Ship Grey

📋 copy color: '#565848'

red 86 ◦ green 88 ◦ blue 72

#565848
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Grey #565848

Tints of Ship Grey #565848

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 value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#565848 (or 0x565848) is known color: 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

RGB 86 88 72 -
CMYK 0.02 0 0.18 0.65
HSL 67.5º 0.1% 0.31% -
HSV(B) 67.5º 0.18% 0.35% -
XYZ 8.5 9.43 7.5 -
YUV 85.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 86 88 72 0.02 0 0.18 0.65 67.5 0.1 0.31
Hex 56 58 48 2 0 12 41 44 A 1F
Octal 126 130 110 2 0 22 101 104 12 37
Binary 1010110 1011000 1001000 10 0 10010 1000001 1000100 1010 11111

Color Harmonies of #565848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565848

Black with #565848

Text Example


Text Example

White with #565848

Text Example


Text Example

HTML Codes & Css Web 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>