#58677B

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

Shades of Shuttle Grey #58677B

Tints of Shuttle Grey #58677B

Color information

#58677B (or 0x58677B) is unknown color: approx Shuttle Grey. HEX triplet: 58, 67 and 7B. RGB value is (88,103,123). Sum of RGB (Red+Green+Blue) = 88+103+123=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #58677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58677B is #A79884. Grayscale: #646464. Windows color (decimal): -10983557 or 8087384. OLE color: 8087384.

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

Color convert

RGB88103123-
CMYK0.280.1600.52
HSL214.29º16.59%41.37%-
HSV(B)214.29º28.46%48.24%-
XYZ12.4513.2120.63-
YUV100.8140.53118.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=28.03%
G=32.80%
B=39.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal881031230.280.1600.52214.2916.5941.37
Hex58677B1C10034d61129
Octal13014717334200643262151
Binary101100011001111111011111001000001101001101011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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