Html Css Color HEX #58606B Shuttle Grey

📋 copy color: '#58606B'

red 88 ◦ green 96 ◦ blue 107

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

Shades of Shuttle Grey #58606B

Tints of Shuttle Grey #58606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 30.24%
G = 32.99%
B = 36.77%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58606B (or 0x58606B) is known color: Shuttle Grey. HEX triplet: 58, 60 and 6B. RGB value is (88,96,107). Sum of RGB (Red+Green+Blue) = 88+96+107=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #58606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606B is #A79F94. Grayscale: #5E5E5E. Windows color (decimal): -10985365 or 7037016. OLE color: 7037016.

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

Color convert

RGB 88 96 107 -
CMYK 0.18 0.10 0 0.58
HSL 214.74º 0.1% 0.38% -
HSV(B) 214.74º 0.18% 0.42% -
XYZ 10.86 11.5 15.56 -
YUV 94.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 88 96 107 0.18 0.10 0 0.58 214.74 0.1 0.38
Hex 58 60 6B 12 A 0 3A D7 A 26
Octal 130 140 153 22 12 0 72 327 12 46
Binary 1011000 1100000 1101011 10010 1010 0 111010 11010111 1010 100110

Color Harmonies of #58606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58606B

Black with #58606B

Text Example


Text Example

White with #58606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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