Html Css Color HEX #58687A Shuttle Grey

📋 copy color: '#58687A'

red 88 ◦ green 104 ◦ blue 122

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

Shades of Shuttle Grey #58687A

Tints of Shuttle Grey #58687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 28.03%
G = 33.12%
B = 38.85%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58687A (or 0x58687A) is known color: Shuttle Grey. HEX triplet: 58, 68 and 7A. RGB value is (88,104,122). Sum of RGB (Red+Green+Blue) = 88+104+122=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #58687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58687A is #A79785. Grayscale: #656565. Windows color (decimal): -10983302 or 8022104. OLE color: 8022104.

HSL color Cylindrical-coordinate representation of color #58687A: hue angle of 211.76º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58687A is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 104 122 -
CMYK 0.28 0.15 0 0.52
HSL 211.76º 0.16% 0.41% -
HSV(B) 211.76º 0.28% 0.48% -
XYZ 12.49 13.38 20.34 -
YUV 101.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 88 104 122 0.28 0.15 0 0.52 211.76 0.16 0.41
Hex 58 68 7A 1C F 0 34 D4 10 29
Octal 130 150 172 34 17 0 64 324 20 51
Binary 1011000 1101000 1111010 11100 1111 0 110100 11010100 10000 101001

Color Harmonies of #58687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58687A

Black with #58687A

Text Example


Text Example

White with #58687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58687A; }

 p { color: rgb(88,104,122); }

 H1.HeaderClassName
 {
   color: #58687A;
 }
 .AnyTagClassName
 {
   color: #58687A;
 }
</style>

background-color css

<style>
 a { background-color: #58687A; }

 a { background-color: rgb(88,104,122); }

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

border-color css

<style>
 span { border-color: #58687A; }

 span { border-color: rgb(88,104,122); }

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