Html Css Color HEX #585F67 Shuttle Grey

📋 copy color: '#585F67'

red 88 ◦ green 95 ◦ blue 103

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

Shades of Shuttle Grey #585F67

Tints of Shuttle Grey #585F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 30.77%
G = 33.22%
B = 36.01%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#585F67 (or 0x585F67) is known color: Shuttle Grey. HEX triplet: 58, 5F and 67. RGB value is (88,95,103). Sum of RGB (Red+Green+Blue) = 88+95+103=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: blue. Hex color #585F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F67 is #A7A098. Grayscale: #5D5D5D. Windows color (decimal): -10985625 or 6774616. OLE color: 6774616.

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

Color convert

RGB 88 95 103 -
CMYK 0.15 0.08 0 0.60
HSL 212º 0.08% 0.37% -
HSV(B) 212º 0.15% 0.4% -
XYZ 10.56 11.24 14.44 -
YUV 93.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 88 95 103 0.15 0.08 0 0.60 212 0.08 0.37
Hex 58 5F 67 F 8 0 3C D4 8 25
Octal 130 137 147 17 10 0 74 324 10 45
Binary 1011000 1011111 1100111 1111 1000 0 111100 11010100 1000 100101

Color Harmonies of #585F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F67

Black with #585F67

Text Example


Text Example

White with #585F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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