Html Css Color HEX #58584E Ship Grey

📋 copy color: '#58584E'

red 88 ◦ green 88 ◦ blue 78

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

Shades of Ship Grey #58584E

Tints of Ship Grey #58584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 34.65%
G = 34.65%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58584E (or 0x58584E) is known color: Ship Grey. HEX triplet: 58, 58 and 4E. RGB value is (88,88,78). Sum of RGB (Red+Green+Blue) = 88+88+78=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58584E is #A7A7B1. Grayscale: #565656. Windows color (decimal): -10987442 or 5134424. OLE color: 5134424.

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

Color convert

RGB 88 88 78 -
CMYK 0 0 0.11 0.65
HSL 60º 0.06% 0.33% -
HSV(B) 60º 0.11% 0.35% -
XYZ 8.89 9.6 8.59 -
YUV 86.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 88 88 78 0 0 0.11 0.65 60 0.06 0.33
Hex 58 58 4E 0 0 B 41 3C 6 21
Octal 130 130 116 0 0 13 101 74 6 41
Binary 1011000 1011000 1001110 0 0 1011 1000001 111100 110 100001

Color Harmonies of #58584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58584E

Black with #58584E

Text Example


Text Example

White with #58584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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