Html Css Color HEX #5B5F58 Battleship Grey

📋 copy color: '#5B5F58'

red 91 ◦ green 95 ◦ blue 88

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

Shades of Battleship Grey #5B5F58

Tints of Battleship Grey #5B5F58

RGB

 RED value IS 91 (35.94% from 255) = 33.21%

 GREEN value IS 95 (37.5% from 255) = 34.67%

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 33.21%
G = 34.67%
B = 32.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#5B5F58 (or 0x5B5F58) is known color: Battleship Grey. HEX triplet: 5B, 5F and 58. RGB value is (91,95,88). Sum of RGB (Red+Green+Blue) = 91+95+88=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F58 is #A4A0A7. Grayscale: #5D5D5D. Windows color (decimal): -10789032 or 5791579. OLE color: 5791579.

HSL color Cylindrical-coordinate representation of color #5B5F58: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B5F58 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 91 95 88 -
CMYK 0.04 0 0.07 0.63
HSL 94.29º 0.04% 0.36% -
HSV(B) 94.29º 0.07% 0.37% -
XYZ 10.17 11.11 10.84 -
YUV 93.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 91 95 88 0.04 0 0.07 0.63 94.29 0.04 0.36
Hex 5B 5F 58 4 0 7 3F 5E 4 24
Octal 133 137 130 4 0 7 77 136 4 44
Binary 1011011 1011111 1011000 100 0 111 111111 1011110 100 100100

Color Harmonies of #5B5F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5F58

Black with #5B5F58

Text Example


Text Example

White with #5B5F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5F58; }

 p { color: rgb(91,95,88); }

 H1.HeaderClassName
 {
   color: #5B5F58;
 }
 .AnyTagClassName
 {
   color: #5B5F58;
 }
</style>

background-color css

<style>
 a { background-color: #5B5F58; }

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

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

border-color css

<style>
 span { border-color: #5B5F58; }

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

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