Html Css Color HEX #58697A Shuttle Grey

📋 copy color: '#58697A'

red 88 ◦ green 105 ◦ blue 122

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

Shades of Shuttle Grey #58697A

Tints of Shuttle Grey #58697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 27.94%
G = 33.33%
B = 38.73%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58697A (or 0x58697A) is known color: Shuttle Grey. HEX triplet: 58, 69 and 7A. RGB value is (88,105,122). Sum of RGB (Red+Green+Blue) = 88+105+122=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #58697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58697A is #A79685. Grayscale: #656565. Windows color (decimal): -10983046 or 8022360. OLE color: 8022360.

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

Color convert

RGB 88 105 122 -
CMYK 0.28 0.14 0 0.52
HSL 210º 0.16% 0.41% -
HSV(B) 210º 0.28% 0.48% -
XYZ 12.59 13.58 20.37 -
YUV 101.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 88 105 122 0.28 0.14 0 0.52 210 0.16 0.41
Hex 58 69 7A 1C E 0 34 D2 10 29
Octal 130 151 172 34 16 0 64 322 20 51
Binary 1011000 1101001 1111010 11100 1110 0 110100 11010010 10000 101001

Color Harmonies of #58697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58697A

Black with #58697A

Text Example


Text Example

White with #58697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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