Html Css Color HEX #585F64 Shuttle Grey

📋 copy color: '#585F64'

red 88 ◦ green 95 ◦ blue 100

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

Shades of Shuttle Grey #585F64

Tints of Shuttle Grey #585F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 31.1%
G = 33.57%
B = 35.34%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#585F64 (or 0x585F64) is known color: Shuttle Grey. HEX triplet: 58, 5F and 64. RGB value is (88,95,100). Sum of RGB (Red+Green+Blue) = 88+95+100=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 100 - color contains mainly: blue. Hex color #585F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F64 is #A7A09B. Grayscale: #5D5D5D. Windows color (decimal): -10985628 or 6578008. OLE color: 6578008.

HSL color Cylindrical-coordinate representation of color #585F64: hue angle of 205º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #585F64 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 95 100 -
CMYK 0.12 0.05 0 0.61
HSL 205º 0.06% 0.37% -
HSV(B) 205º 0.12% 0.39% -
XYZ 10.42 11.18 13.67 -
YUV 93.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 88 95 100 0.12 0.05 0 0.61 205 0.06 0.37
Hex 58 5F 64 C 5 0 3D CD 6 25
Octal 130 137 144 14 5 0 75 315 6 45
Binary 1011000 1011111 1100100 1100 101 0 111101 11001101 110 100101

Color Harmonies of #585F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F64

Black with #585F64

Text Example


Text Example

White with #585F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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