#5F677A

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

Shades of Shuttle Grey #5F677A

Tints of Shuttle Grey #5F677A

Color information

#5F677A (or 0x5F677A) is unknown color: approx Shuttle Grey. HEX triplet: 5F, 67 and 7A. RGB value is (95,103,122). Sum of RGB (Red+Green+Blue) = 95+103+122=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F677A is #A09885. Grayscale: #666666. Windows color (decimal): -10524806 or 8021855. OLE color: 8021855.

HSL color Cylindrical-coordinate representation of color #5F677A: hue angle of 222.22º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F677A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB95103122-
CMYK0.220.1600.52
HSL222.22º12.44%42.55%-
HSV(B)222.22º22.13%47.84%-
XYZ13.0813.5420.34-
YUV102.77138.85122.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=29.69%
G=32.19%
B=38.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal951031220.220.1600.52222.2212.4442.55
Hex5F677A1610034dec2b
Octal13714717226200643361453
Binary10111111100111111101010110100000110100110111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F677A; }

 p { color: rgb(95,103,122); }

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

<style>
 a { background-color: #5F677A; }

 a { background-color: rgb(95,103,122); }

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

<style>
 span { border-color: #5F677A; }

 span { border-color: rgb(95,103,122); }

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