Html Css Color HEX #56574A Ship Grey

📋 copy color: '#56574A'

red 86 ◦ green 87 ◦ blue 74

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

Shades of Ship Grey #56574A

Tints of Ship Grey #56574A

RGB

 RED value IS 86 (33.98% from 255) = 34.82%

 GREEN value IS 87 (34.38% from 255) = 35.22%

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 34.82%
G = 35.22%
B = 29.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#56574A (or 0x56574A) is known color: Ship Grey. HEX triplet: 56, 57 and 4A. RGB value is (86,87,74). Sum of RGB (Red+Green+Blue) = 86+87+74=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #56574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56574A is #A9A8B5. Grayscale: #555555. Windows color (decimal): -11118774 or 4872022. OLE color: 4872022.

HSL color Cylindrical-coordinate representation of color #56574A: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56574A is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 87 74 -
CMYK 0.01 0 0.15 0.66
HSL 64.62º 0.08% 0.32% -
HSV(B) 64.62º 0.15% 0.34% -
XYZ 8.48 9.29 7.82 -
YUV 85.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 86 87 74 0.01 0 0.15 0.66 64.62 0.08 0.32
Hex 56 57 4A 1 0 F 42 41 8 20
Octal 126 127 112 1 0 17 102 101 10 40
Binary 1010110 1010111 1001010 1 0 1111 1000010 1000001 1000 100000

Color Harmonies of #56574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56574A

Black with #56574A

Text Example


Text Example

White with #56574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56574A; }

 p { color: rgb(86,87,74); }

 H1.HeaderClassName
 {
   color: #56574A;
 }
 .AnyTagClassName
 {
   color: #56574A;
 }
</style>

background-color css

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

 a { background-color: rgb(86,87,74); }

 div.DivClassName
 {
   background-color: #56574A;
 }
 .BgClassName
 {
   background-color: #56574A;
 }
</style>

border-color css

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

 span { border-color: rgb(86,87,74); }

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