Html Css Color HEX #58606F Shuttle Grey

📋 copy color: '#58606F'

red 88 ◦ green 96 ◦ blue 111

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

Shades of Shuttle Grey #58606F

Tints of Shuttle Grey #58606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 29.83%
G = 32.54%
B = 37.63%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58606F (or 0x58606F) is known color: Shuttle Grey. HEX triplet: 58, 60 and 6F. RGB value is (88,96,111). Sum of RGB (Red+Green+Blue) = 88+96+111=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #58606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606F is #A79F90. Grayscale: #5F5F5F. Windows color (decimal): -10985361 or 7299160. OLE color: 7299160.

HSL color Cylindrical-coordinate representation of color #58606F: hue angle of 219.13º 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 #58606F is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 96 111 -
CMYK 0.21 0.14 0 0.56
HSL 219.13º 0.12% 0.39% -
HSV(B) 219.13º 0.21% 0.44% -
XYZ 11.08 11.59 16.69 -
YUV 95.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 88 96 111 0.21 0.14 0 0.56 219.13 0.12 0.39
Hex 58 60 6F 15 E 0 38 DB C 27
Octal 130 140 157 25 16 0 70 333 14 47
Binary 1011000 1100000 1101111 10101 1110 0 111000 11011011 1100 100111

Color Harmonies of #58606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58606F

Black with #58606F

Text Example


Text Example

White with #58606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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