Html Css Color HEX #58666F Shuttle Grey

📋 copy color: '#58666F'

red 88 ◦ green 102 ◦ blue 111

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

Shades of Shuttle Grey #58666F

Tints of Shuttle Grey #58666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 29.24%
G = 33.89%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58666F (or 0x58666F) is known color: Shuttle Grey. HEX triplet: 58, 66 and 6F. RGB value is (88,102,111). Sum of RGB (Red+Green+Blue) = 88+102+111=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #58666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58666F is #A79990. Grayscale: #626262. Windows color (decimal): -10983825 or 7300696. OLE color: 7300696.

HSL color Cylindrical-coordinate representation of color #58666F: hue angle of 203.48º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58666F is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 102 111 -
CMYK 0.21 0.08 0 0.56
HSL 203.48º 0.12% 0.39% -
HSV(B) 203.48º 0.21% 0.44% -
XYZ 11.65 12.73 16.88 -
YUV 98.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 88 102 111 0.21 0.08 0 0.56 203.48 0.12 0.39
Hex 58 66 6F 15 8 0 38 CB C 27
Octal 130 146 157 25 10 0 70 313 14 47
Binary 1011000 1100110 1101111 10101 1000 0 111000 11001011 1100 100111

Color Harmonies of #58666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58666F

Black with #58666F

Text Example


Text Example

White with #58666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58666F; }

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

 H1.HeaderClassName
 {
   color: #58666F;
 }
 .AnyTagClassName
 {
   color: #58666F;
 }
</style>

background-color css

<style>
 a { background-color: #58666F; }

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

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

border-color css

<style>
 span { border-color: #58666F; }

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

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