Html Css Color HEX #58657A Shuttle Grey

📋 copy color: '#58657A'

red 88 ◦ green 101 ◦ blue 122

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

Shades of Shuttle Grey #58657A

Tints of Shuttle Grey #58657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

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

R = 28.3%
G = 32.48%
B = 39.23%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58657A (or 0x58657A) is known color: Shuttle Grey. HEX triplet: 58, 65 and 7A. RGB value is (88,101,122). Sum of RGB (Red+Green+Blue) = 88+101+122=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #58657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58657A is #A79A85. Grayscale: #636363. Windows color (decimal): -10984070 or 8021336. OLE color: 8021336.

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

Color convert

RGB 88 101 122 -
CMYK 0.28 0.17 0 0.52
HSL 217.06º 0.16% 0.41% -
HSV(B) 217.06º 0.28% 0.48% -
XYZ 12.19 12.79 20.24 -
YUV 99.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 88 101 122 0.28 0.17 0 0.52 217.06 0.16 0.41
Hex 58 65 7A 1C 11 0 34 D9 10 29
Octal 130 145 172 34 21 0 64 331 20 51
Binary 1011000 1100101 1111010 11100 10001 0 110100 11011001 10000 101001

Color Harmonies of #58657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58657A

Black with #58657A

Text Example


Text Example

White with #58657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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