Html Css Color HEX #58584A Ship Grey

📋 copy color: '#58584A'

red 88 ◦ green 88 ◦ blue 74

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

Shades of Ship Grey #58584A

Tints of Ship Grey #58584A

RGB

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

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

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

R = 35.2%
G = 35.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58584A (or 0x58584A) is known color: Ship Grey. HEX triplet: 58, 58 and 4A. RGB value is (88,88,74). Sum of RGB (Red+Green+Blue) = 88+88+74=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58584A is #A7A7B5. Grayscale: #565656. Windows color (decimal): -10987446 or 4872280. OLE color: 4872280.

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

Color convert

RGB 88 88 74 -
CMYK 0 0 0.16 0.65
HSL 60º 0.09% 0.32% -
HSV(B) 60º 0.16% 0.35% -
XYZ 8.75 9.55 7.86 -
YUV 86.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 88 88 74 0 0 0.16 0.65 60 0.09 0.32
Hex 58 58 4A 0 0 10 41 3C 9 20
Octal 130 130 112 0 0 20 101 74 11 40
Binary 1011000 1011000 1001010 0 0 10000 1000001 111100 1001 100000

Color Harmonies of #58584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58584A

Black with #58584A

Text Example


Text Example

White with #58584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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