Html Css Color HEX #58606C Shuttle Grey

📋 copy color: '#58606C'

red 88 ◦ green 96 ◦ blue 108

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

Shades of Shuttle Grey #58606C

Tints of Shuttle Grey #58606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 30.14%
G = 32.88%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58606C (or 0x58606C) is known color: Shuttle Grey. HEX triplet: 58, 60 and 6C. RGB value is (88,96,108). Sum of RGB (Red+Green+Blue) = 88+96+108=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #58606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606C is #A79F93. Grayscale: #5E5E5E. Windows color (decimal): -10985364 or 7102552. OLE color: 7102552.

HSL color Cylindrical-coordinate representation of color #58606C: hue angle of 216º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58606C is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 96 108 -
CMYK 0.19 0.11 0 0.58
HSL 216º 0.1% 0.38% -
HSV(B) 216º 0.19% 0.42% -
XYZ 10.91 11.52 15.84 -
YUV 94.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 88 96 108 0.19 0.11 0 0.58 216 0.1 0.38
Hex 58 60 6C 13 B 0 3A D8 A 26
Octal 130 140 154 23 13 0 72 330 12 46
Binary 1011000 1100000 1101100 10011 1011 0 111010 11011000 1010 100110

Color Harmonies of #58606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58606C

Black with #58606C

Text Example


Text Example

White with #58606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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