#58606A

Color #58606A Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #58606A

Tints of Shuttle Grey #58606A

Color information

#58606A (or 0x58606A) is unknown color: approx Shuttle Grey. HEX triplet: 58, 60 and 6A. RGB value is (88,96,106). Sum of RGB (Red+Green+Blue) = 88+96+106=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 106 - color contains mainly: blue. Hex color #58606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58606A is #A79F95. Grayscale: #5E5E5E. Windows color (decimal): -10985366 or 6971480. OLE color: 6971480.

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

Color convert

RGB8896106-
CMYK0.170.0900.58
HSL213.33º9.28%38.04%-
HSV(B)213.33º16.98%41.57%-
XYZ10.8111.4815.28-
YUV94.75134.35123.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=30.34%
G=33.10%
B=36.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88961060.170.0900.58213.339.2838.04
Hex58606A11903Ad5926
Octal13014015221110723251146
Binary1011000110000011010101000110010111010110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58606A;
 }
 .AnyTagClassName
 {
   color: #58606A;
 }
</style>
background-color css

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

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

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

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

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

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