Html Css Color HEX #585F66 Shuttle Grey

📋 copy color: '#585F66'

red 88 ◦ green 95 ◦ blue 102

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

Shades of Shuttle Grey #585F66

Tints of Shuttle Grey #585F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 30.88%
G = 33.33%
B = 35.79%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#585F66 (or 0x585F66) is known color: Shuttle Grey. HEX triplet: 58, 5F and 66. RGB value is (88,95,102). Sum of RGB (Red+Green+Blue) = 88+95+102=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #585F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F66 is #A7A099. Grayscale: #5D5D5D. Windows color (decimal): -10985626 or 6709080. OLE color: 6709080.

HSL color Cylindrical-coordinate representation of color #585F66: hue angle of 210º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #585F66 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 95 102 -
CMYK 0.14 0.07 0 0.6
HSL 210º 0.07% 0.37% -
HSV(B) 210º 0.14% 0.4% -
XYZ 10.51 11.22 14.18 -
YUV 93.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 88 95 102 0.14 0.07 0 0.6 210 0.07 0.37
Hex 58 5F 66 E 7 0 3C D2 7 25
Octal 130 137 146 16 7 0 74 322 7 45
Binary 1011000 1011111 1100110 1110 111 0 111100 11010010 111 100101

Color Harmonies of #585F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F66

Black with #585F66

Text Example


Text Example

White with #585F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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