Html Css Color HEX #585C56 Battleship Grey

📋 copy color: '#585C56'

red 88 ◦ green 92 ◦ blue 86

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

Shades of Battleship Grey #585C56

Tints of Battleship Grey #585C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 33.08%
G = 34.59%
B = 32.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#585C56 (or 0x585C56) is known color: Battleship Grey. HEX triplet: 58, 5C and 56. RGB value is (88,92,86). Sum of RGB (Red+Green+Blue) = 88+92+86=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #585C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C56 is #A7A3A9. Grayscale: #5A5A5A. Windows color (decimal): -10986410 or 5659736. OLE color: 5659736.

HSL color Cylindrical-coordinate representation of color #585C56: hue angle of 100º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585C56 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 92 86 -
CMYK 0.04 0 0.07 0.64
HSL 100º 0.03% 0.35% -
HSV(B) 100º 0.07% 0.36% -
XYZ 9.53 10.4 10.31 -
YUV 90.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 88 92 86 0.04 0 0.07 0.64 100 0.03 0.35
Hex 58 5C 56 4 0 7 40 64 3 23
Octal 130 134 126 4 0 7 100 144 3 43
Binary 1011000 1011100 1010110 100 0 111 1000000 1100100 11 100011

Color Harmonies of #585C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C56

Black with #585C56

Text Example


Text Example

White with #585C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585C56; }

 p { color: rgb(88,92,86); }

 H1.HeaderClassName
 {
   color: #585C56;
 }
 .AnyTagClassName
 {
   color: #585C56;
 }
</style>

background-color css

<style>
 a { background-color: #585C56; }

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

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

border-color css

<style>
 span { border-color: #585C56; }

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

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