Html Css Color HEX #58584C Ship Grey

📋 copy color: '#58584C'

red 88 ◦ green 88 ◦ blue 76

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

Shades of Ship Grey #58584C

Tints of Ship Grey #58584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 34.92%
G = 34.92%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58584C (or 0x58584C) is known color: Ship Grey. HEX triplet: 58, 58 and 4C. RGB value is (88,88,76). Sum of RGB (Red+Green+Blue) = 88+88+76=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58584C is #A7A7B3. Grayscale: #565656. Windows color (decimal): -10987444 or 5003352. OLE color: 5003352.

HSL color Cylindrical-coordinate representation of color #58584C: 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.14%. Process color model (Four color, CMYK) of #58584C is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 76 -
CMYK 0 0 0.14 0.65
HSL 60º 0.07% 0.32% -
HSV(B) 60º 0.14% 0.35% -
XYZ 8.82 9.58 8.22 -
YUV 86.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 88 88 76 0 0 0.14 0.65 60 0.07 0.32
Hex 58 58 4C 0 0 E 41 3C 7 20
Octal 130 130 114 0 0 16 101 74 7 40
Binary 1011000 1011000 1001100 0 0 1110 1000001 111100 111 100000

Color Harmonies of #58584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58584C

Black with #58584C

Text Example


Text Example

White with #58584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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