Html Css Color HEX #58677A Shuttle Grey

📋 copy color: '#58677A'

red 88 ◦ green 103 ◦ blue 122

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

Shades of Shuttle Grey #58677A

Tints of Shuttle Grey #58677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.91%

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

R = 28.12%
G = 32.91%
B = 38.98%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58677A (or 0x58677A) is known color: Shuttle Grey. HEX triplet: 58, 67 and 7A. RGB value is (88,103,122). Sum of RGB (Red+Green+Blue) = 88+103+122=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #58677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58677A is #A79885. Grayscale: #646464. Windows color (decimal): -10983558 or 8021848. OLE color: 8021848.

HSL color Cylindrical-coordinate representation of color #58677A: hue angle of 213.53º 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 #58677A is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 103 122 -
CMYK 0.28 0.16 0 0.52
HSL 213.53º 0.16% 0.41% -
HSV(B) 213.53º 0.28% 0.48% -
XYZ 12.39 13.18 20.3 -
YUV 100.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 88 103 122 0.28 0.16 0 0.52 213.53 0.16 0.41
Hex 58 67 7A 1C 10 0 34 D6 10 29
Octal 130 147 172 34 20 0 64 326 20 51
Binary 1011000 1100111 1111010 11100 10000 0 110100 11010110 10000 101001

Color Harmonies of #58677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58677A

Black with #58677A

Text Example


Text Example

White with #58677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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