Html Css Color HEX #585F69 Shuttle Grey

📋 copy color: '#585F69'

red 88 ◦ green 95 ◦ blue 105

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

Shades of Shuttle Grey #585F69

Tints of Shuttle Grey #585F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 30.56%
G = 32.99%
B = 36.46%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585F69 (or 0x585F69) is known color: Shuttle Grey. HEX triplet: 58, 5F and 69. RGB value is (88,95,105). Sum of RGB (Red+Green+Blue) = 88+95+105=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #585F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F69 is #A7A096. Grayscale: #5D5D5D. Windows color (decimal): -10985623 or 6905688. OLE color: 6905688.

HSL color Cylindrical-coordinate representation of color #585F69: hue angle of 215.29º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585F69 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 95 105 -
CMYK 0.16 0.10 0 0.59
HSL 215.29º 0.09% 0.38% -
HSV(B) 215.29º 0.16% 0.41% -
XYZ 10.67 11.28 14.98 -
YUV 94.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 88 95 105 0.16 0.10 0 0.59 215.29 0.09 0.38
Hex 58 5F 69 10 A 0 3B D7 9 26
Octal 130 137 151 20 12 0 73 327 11 46
Binary 1011000 1011111 1101001 10000 1010 0 111011 11010111 1001 100110

Color Harmonies of #585F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F69

Black with #585F69

Text Example


Text Example

White with #585F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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