Html Css Color HEX #58584D Ship Grey

📋 copy color: '#58584D'

red 88 ◦ green 88 ◦ blue 77

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

Shades of Ship Grey #58584D

Tints of Ship Grey #58584D

RGB

 RED value IS 88 (34.77% from 255) = 34.78%

 GREEN value IS 88 (34.77% from 255) = 34.78%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 34.78%
G = 34.78%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#58584D (or 0x58584D) is known color: Ship Grey. HEX triplet: 58, 58 and 4D. RGB value is (88,88,77). Sum of RGB (Red+Green+Blue) = 88+88+77=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58584D is #A7A7B2. Grayscale: #565656. Windows color (decimal): -10987443 or 5068888. OLE color: 5068888.

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

Color convert

RGB 88 88 77 -
CMYK 0 0 0.12 0.65
HSL 60º 0.07% 0.32% -
HSV(B) 60º 0.13% 0.35% -
XYZ 8.85 9.59 8.41 -
YUV 86.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 88 88 77 0 0 0.12 0.65 60 0.07 0.32
Hex 58 58 4D 0 0 C 41 3C 7 20
Octal 130 130 115 0 0 14 101 74 7 40
Binary 1011000 1011000 1001101 0 0 1100 1000001 111100 111 100000

Color Harmonies of #58584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58584D

Black with #58584D

Text Example


Text Example

White with #58584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58584D; }

 p { color: rgb(88,88,77); }

 H1.HeaderClassName
 {
   color: #58584D;
 }
 .AnyTagClassName
 {
   color: #58584D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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